Пару лёгких изменений

This commit is contained in:
2023-04-25 23:13:48 +03:00
parent 109ce7c556
commit 4975365170
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -128,4 +128,4 @@ dmypy.json
# Pyre type checker # Pyre type checker
.pyre/ .pyre/
config.json config-non-prod.json
+3 -2
View File
@@ -1,11 +1,12 @@
{ {
"rcon": { "rcon": {
"host": "", "host": "",
"port": 1, "port": 0,
"password": "" "password": ""
}, },
"vk": { "vk": {
"token": "", "token": "",
"admins": [] "admins": [],
"stoplist": []
} }
} }