QRBee/QRBeeApi/appsettings.json
2023-07-08 15:34:05 +01:00

21 lines
323 B
JSON

{
"QRBeeDatabase": {
"Connection": "mongodb://localhost:27017",
"DatabaseName": "QRBee"
},
"PrivateKey" : {
"FileName": "private_key.p12",
"Password": ""
},
"Logging": {
"LogLevel": {
"Default": "Trace",
"Microsoft.AspNetCore": "Information"
}
},
"AllowedHosts": "*"
}