fisr commit

This commit is contained in:
2023-07-08 21:28:08 +05:00
parent d9b74220d3
commit 7e1abc6db0
14 changed files with 502 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"Database": {
"ConnectionString": "mongodb://yandex:yandexgame@192.168.1.64:27017",
"DatabaseName": "yandex"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}