QRBee/QRBeeApi/appsettings.json
2021-12-27 16:22:41 +00:00

18 lines
288 B
JSON

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