Sky.Net/API/appsettings.Development.json
2022-05-17 14:04:42 -07:00

14 lines
266 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Data source=ecommerce.db",
"Redis": "localhost"
},
"ApiUrl": "https://localhost:5001/"
}