WorkTracker/appsettings.Development.json

12 lines
219 B
JSON
Raw Normal View History

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