15 lines
251 B
JSON
15 lines
251 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"MongoDbConfig": {
|
|
"Host": "truenas",
|
|
"Port": "27017"
|
|
}
|
|
}
|