18 lines
342 B
JSON
18 lines
342 B
JSON
{
|
|
"CouchbaseLite": {
|
|
"DatabaseName": "worktracker",
|
|
"Directory": "App_Data/couchbase"
|
|
},
|
|
"SingleUser": {
|
|
"SeedOnStartup": true,
|
|
"Username": "Admin",
|
|
"Password": "Disagio"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|