WorkTracker/appsettings.json

23 lines
445 B
JSON
Raw Normal View History

2026-02-18 17:11:13 +01:00
{
"CouchbaseLite": {
"DatabaseName": "worktracker",
"Directory": "App_Data/couchbase"
2026-02-18 17:11:13 +01:00
},
"SingleUser": {
"SeedOnStartup": true,
"Username": "Admin",
"Password": "Disagio"
2026-02-18 17:11:13 +01:00
},
2026-04-20 14:11:18 +02:00
"AppAuth": {
"Enabled": false,
"DefaultUsername": "Admin",
"DefaultUserId": "ADMIN"
},
2026-02-18 17:11:13 +01:00
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}