diff --git a/.env b/.env index ff04d41..cc0ee08 100644 --- a/.env +++ b/.env @@ -2,6 +2,10 @@ SECRET_KEY=24af5f41dba9d8cc0dbc1841660da0b14d7df86ab5e0ed973cdd3bc2dbac23f6 LOG_FILE = /opt/testbot-git/logs/testzilantposter.log +# WORKMODE = "ZILANT" +WORKMODE = "VOLK" + + # Webhook Responder-bot WEBHOOK_URL = "https://bot.aabpro.ru/testbot" WEBHOOK_PORT = 5005 @@ -22,13 +26,17 @@ DEFNM=admin DEFPW=Z1l@ntAdm1n23 # VK access -VK_GROUP_ID = -3342146 +# Zilant group +# VK_GROUP_ID = -3342146 +# VOLK group +VK_GROUP_ID = -58475527 VK_ACCESS_TOKEN = 'e3732a7ee3732a7ee3732a7ea7e044a75fee373e3732a7e8bf4e48a52d012e946b952a8' VK_API_VERSION = '5.131' # MySQL database # MDBASE = 'testposts' -MDBASE = 'tempzilant' +# MDBASE = 'tempzilant' # debug Zilant database +MDBASE = 'volk_test' # debug VOLK database MDB_HOST = 'localhost' MDB_USER = 'testuser' MDB_PW = 'T38tU83r69'