Files
2023-07-31 13:40:39 +05:00

14 lines
267 B
JSON

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