Files
yandex-quest-server/appsettings.json
T

14 lines
270 B
JSON

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