WorkTracker/appsettings.Development.json

13 lines
243 B
JSON
Raw Permalink Normal View History

2026-02-18 17:11:13 +01:00
{
"CouchbaseLite": {
"Directory": "App_Data/couchbase-dev"
},
"DetailedErrors": true,
"UseHttpsRedirection": false,
2026-02-18 17:11:13 +01:00
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft.AspNetCore": "Information"
2026-02-18 17:11:13 +01:00
}
}
}