QRBee/QRBeeApi/appsettings.json

16 lines
244 B
JSON

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