sledgemapper/Sledgemapper.Api/appsettings.Production.json

12 lines
226 B
JSON

{
"ConnectionStrings": {
"WebApiDatabase": "Data Source=db/LocalDatabase.db"
},
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}