WorkTracker/appsettings.json
Marco bf333c4a00
All checks were successful
Publish Container / publish (push) Successful in 3m25s
feat: implement JSON backup export functionality with improved download handling
Co-authored-by: Copilot <copilot@github.com>
2026-04-24 14:16:15 +02:00

26 lines
574 B
JSON

{
"CouchbaseLite": {
"DatabaseName": "worktracker",
"Directory": "App_Data/couchbase"
},
"SingleUser": {
"SeedOnStartup": true,
"Username": "Admin",
"Password": "Disagio"
},
"AppAuth": {
"Enabled": false,
"DefaultUsername": "Admin",
"DefaultUserId": "ADMIN"
},
"DetailedErrors": false,
"Logging": {
"LogLevel": {
"Default": "Information",
"WorkTracker": "Debug",
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.Components.Server.Circuits": "Information"
}
},
"AllowedHosts": "*"
}