Sky.Net/API/appsettings.Development.json

15 lines
320 B
JSON
Raw Normal View History

2022-05-09 14:41:15 -07:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
2022-05-17 14:04:42 -07:00
"DefaultConnection": "Data source=ecommerce.db",
2022-05-19 13:50:10 -07:00
"IdentityConnection": "Data source=indentity.db",
2022-05-17 14:04:42 -07:00
"Redis": "localhost"
2022-05-10 22:43:36 -07:00
},
"ApiUrl": "https://localhost:5001/"
2022-05-09 14:41:15 -07:00
}