Sky.Net/API/appsettings.Development.json
Charles Showalter 1a9fd04f26 Initial commit
2022-05-09 14:41:15 -07:00

12 lines
201 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Data source=ecommerce.db"
}
}