mirror of
https://github.com/NecroticBamboo/QRBee.git
synced 2025-12-21 12:11:53 +00:00
21 lines
323 B
JSON
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": "*"
|
|
}
|