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]