From 073628838ce6be6971df180b506a8a3d46269135 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Mon, 29 Dec 2025 20:58:36 +0300 Subject: [PATCH] =?UTF-8?q?[=D0=92=D0=9E=D0=9B=D0=9A]=20=D0=B2=D0=BE=D0=B7?= =?UTF-8?q?=D0=B2=D1=80=D0=B0=D1=82=20=D0=B2=20=D0=BE=D1=82=D0=BB=D0=B0?= =?UTF-8?q?=D0=B4=D0=BE=D1=87=D0=BD=D1=83=D1=8E=20=D1=81=D1=80=D0=B5=D0=B4?= =?UTF-8?q?=D1=83=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B4=20=D0=B0=D0=BA=D1=82?= =?UTF-8?q?=D0=B8=D0=B2=D0=B0=D1=86=D0=B8=D0=B5=D0=B9=20=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B4=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 19 ++++++++++--------- services/testbot-git.service | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.env b/.env index 50a3f80..ba77828 100644 --- a/.env +++ b/.env @@ -10,14 +10,14 @@ WORKMODE = "VOLK" # Webhook Responder-bot -WEBHOOK_URL = "https://bot.aabpro.ru/volk_bot" -WEBHOOK_PORT = 5010 -WEBHOOK_SECRET = "cc0dbc1841660da0b14d7df86ab5e0ed973c" +# WEBHOOK_URL = "https://bot.aabpro.ru/volk_bot" +# WEBHOOK_PORT = 5010 +# WEBHOOK_SECRET = "cc0dbc1841660da0b14d7df86ab5e0ed973c" # Webhook Responder-bot -# WEBHOOK_URL = "https://bot.aabpro.ru/testbot" -# WEBHOOK_PORT = 5005 -# WEBHOOK_SECRET = "cc0dbc1841660da0b14d7df86ab5e0ed973c" +WEBHOOK_URL = "https://bot.aabpro.ru/testbot" +WEBHOOK_PORT = 5005 +WEBHOOK_SECRET = "cc0dbc1841660da0b14d7df86ab5e0ed973c" # Webhook Poster-bot #POSTHOOK_URL = "https://bot.aabpro.ru/testbot2" @@ -65,12 +65,13 @@ POSTER_BOT_TOKEN = "8215624618:AAF6VtqRtFr4twFRTiTjedSDE6txkbIy6rc" # VOLK production bot @VOLK_informer_bot # POSTER_BOT_TOKEN = "8279661544:AAEsJee6icCUn_AbWxhDpk2CLxQhzaartuI" # VOLK responder bot -RESPONDER_BOT_TOKEN = "8072579275:AAFiyKN1EPPnP5ZVZNTDGEriYJf1xADbfsY" -RESPONDER_BOT_NAME = "VOLK_responder_bot" +# RESPONDER_BOT_TOKEN = "8072579275:AAFiyKN1EPPnP5ZVZNTDGEriYJf1xADbfsY" +# RESPONDER_BOT_NAME = "VOLK_responder_bot" # @posto_1638_bot -# RESPONDER_BOT_TOKEN = "8301828103:AAHDuBkw7EUkmMvv5TPpVJaLeeBLu-EB21U" +RESPONDER_BOT_TOKEN = "8301828103:AAHDuBkw7EUkmMvv5TPpVJaLeeBLu-EB21U" +RESPONDER_BOT_NAME = "posto_1638_bot" # Zilant info bot # BOT_TOKEN = "7951721805:AAEW6Go9yvOOcJSWjgJZ7E2XLPtii2qG7UU" # diff --git a/services/testbot-git.service b/services/testbot-git.service index 43b9525..eaf83d7 100644 --- a/services/testbot-git.service +++ b/services/testbot-git.service @@ -6,7 +6,7 @@ After=network.target [Service] User=root WorkingDirectory=/opt/testbot-git -ExecStart=/opt/testbot-git/venv/bin/gunicorn --bind 192.168.0.109:5010 --workers 4 wsgi_bot:app +ExecStart=/opt/testbot-git/venv/bin/gunicorn --bind 192.168.0.109:5005 --workers 4 wsgi_bot:app Restart=always [Install]