WorkTracker/appsettings.Development.json
2026-03-17 13:53:33 +01:00

12 lines
219 B
JSON

{
"CouchbaseLite": {
"Directory": "App_Data/couchbase-dev"
},
"UseHttpsRedirection": false,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}