From 49753651706acda1f6616d4b0443ddc8c32acb6e Mon Sep 17 00:00:00 2001 From: Santa Date: Tue, 25 Apr 2023 23:13:48 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B0=D1=80=D1=83=20=D0=BB=D1=91=D0=B3?= =?UTF-8?q?=D0=BA=D0=B8=D1=85=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- config.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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