Sky.Net/API/appsettings.Development.json
2022-05-19 13:50:10 -07:00

15 lines
320 B
JSON

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