QRBee/QRBeeApi/appsettings.json
2021-12-28 13:37:10 +00:00

16 lines
251 B
JSON

{
"QRBeeDatabase": {
"ConnectionString": "mongodb://localhost:27017",
"DatabaseName": "QRBee"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}