mirror of
https://github.com/NecroticBamboo/QRBee.git
synced 2025-12-21 12:11:53 +00:00
18 lines
288 B
JSON
18 lines
288 B
JSON
{
|
|
|
|
"QRBeeDatabase": {
|
|
"ConnectionString": "mongodb://localhost:27017",
|
|
"DatabaseName": "QRBee",
|
|
"User": "",
|
|
"Password": ""
|
|
},
|
|
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|