All checks were successful
Publish Container / publish (push) Successful in 3m25s
Co-authored-by: Copilot <copilot@github.com>
26 lines
574 B
JSON
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": "*"
|
|
}
|