Sky.Net/API/appsettings.Development.json

12 lines
201 B
JSON
Raw Normal View History

2022-05-09 14:41:15 -07:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Data source=ecommerce.db"
}
}