Files
weddingapi/appsettings.json
2022-05-14 20:19:41 +02:00

15 lines
257 B
JSON

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