Files
weddingapi/appsettings.json
2022-01-23 19:20:13 +01:00

15 lines
253 B
JSON

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