WorkTracker/appsettings.json

18 lines
342 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
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}