Files
yandex-quest-server/appsettings.json
T
2023-07-08 21:28:08 +05:00

14 lines
266 B
JSON

{
"Database": {
"ConnectionString": "mongodb://yandex:yandexgame@192.168.1.64:27017",
"DatabaseName": "yandex"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}