Files
weddingapi/appsettings.json
2022-02-12 14:48:49 +01:00

15 lines
251 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"MongoDbConfig": {
"Host": "truenas",
"Port": "27017"
}
}