18 lines
372 B
JSON
18 lines
372 B
JSON
|
|
{
|
||
|
|
"MongoDb": {
|
||
|
|
"ConnectionString": "mongodb://localhost:27017",
|
||
|
|
"DatabaseName": "worktracker"
|
||
|
|
},
|
||
|
|
"SingleUser": {
|
||
|
|
"SeedOnStartup": true,
|
||
|
|
"Email": "admin@worktracker.local",
|
||
|
|
"Password": "ChangeThis!123"
|
||
|
|
},
|
||
|
|
"Logging": {
|
||
|
|
"LogLevel": {
|
||
|
|
"Default": "Information",
|
||
|
|
"Microsoft.AspNetCore": "Warning"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"AllowedHosts": "*"
|
||
|
|
}
|