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