BEGIN adding VOLK mode
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-11-13 22:13:39 +03:00
parent b760035af9
commit b19bd2cc84
+10 -2
View File
@@ -2,6 +2,10 @@
SECRET_KEY=24af5f41dba9d8cc0dbc1841660da0b14d7df86ab5e0ed973cdd3bc2dbac23f6 SECRET_KEY=24af5f41dba9d8cc0dbc1841660da0b14d7df86ab5e0ed973cdd3bc2dbac23f6
LOG_FILE = /opt/testbot-git/logs/testzilantposter.log LOG_FILE = /opt/testbot-git/logs/testzilantposter.log
# WORKMODE = "ZILANT"
WORKMODE = "VOLK"
# Webhook Responder-bot # Webhook Responder-bot
WEBHOOK_URL = "https://bot.aabpro.ru/testbot" WEBHOOK_URL = "https://bot.aabpro.ru/testbot"
WEBHOOK_PORT = 5005 WEBHOOK_PORT = 5005
@@ -22,13 +26,17 @@ DEFNM=admin
DEFPW=Z1l@ntAdm1n23 DEFPW=Z1l@ntAdm1n23
# VK access # VK access
VK_GROUP_ID = -3342146 # Zilant group
# VK_GROUP_ID = -3342146
# VOLK group
VK_GROUP_ID = -58475527
VK_ACCESS_TOKEN = 'e3732a7ee3732a7ee3732a7ea7e044a75fee373e3732a7e8bf4e48a52d012e946b952a8' VK_ACCESS_TOKEN = 'e3732a7ee3732a7ee3732a7ea7e044a75fee373e3732a7e8bf4e48a52d012e946b952a8'
VK_API_VERSION = '5.131' VK_API_VERSION = '5.131'
# MySQL database # MySQL database
# MDBASE = 'testposts' # MDBASE = 'testposts'
MDBASE = 'tempzilant' # MDBASE = 'tempzilant' # debug Zilant database
MDBASE = 'volk_test' # debug VOLK database
MDB_HOST = 'localhost' MDB_HOST = 'localhost'
MDB_USER = 'testuser' MDB_USER = 'testuser'
MDB_PW = 'T38tU83r69' MDB_PW = 'T38tU83r69'