diff --git a/.gitignore b/.gitignore index e9a055d..85cc600 100644 --- a/.gitignore +++ b/.gitignore @@ -128,4 +128,4 @@ dmypy.json # Pyre type checker .pyre/ -config.json +config-non-prod.json diff --git a/config.json b/config.json index 021ef64..99547bd 100644 --- a/config.json +++ b/config.json @@ -1,11 +1,12 @@ { "rcon": { "host": "", - "port": 1, + "port": 0, "password": "" }, "vk": { "token": "", - "admins": [] + "admins": [], + "stoplist": [] } } \ No newline at end of file