Sky.Net/API/appsettings.Development.json

13 lines
240 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"
2022-05-10 22:43:36 -07:00
},
"ApiUrl": "https://localhost:5001/"
2022-05-09 14:41:15 -07:00
}