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

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

2
.gitignore vendored
View File

@@ -128,4 +128,4 @@ dmypy.json
# Pyre type checker
.pyre/
config.json
config-non-prod.json

View File

@@ -1,11 +1,12 @@
{
"rcon": {
"host": "",
"port": 1,
"port": 0,
"password": ""
},
"vk": {
"token": "",
"admins": []
"admins": [],
"stoplist": []
}
}