[ВОЛК] возврат в отладочную среду перед активацией на проде
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -10,14 +10,14 @@ WORKMODE = "VOLK"
|
|||||||
|
|
||||||
|
|
||||||
# Webhook Responder-bot
|
# Webhook Responder-bot
|
||||||
WEBHOOK_URL = "https://bot.aabpro.ru/volk_bot"
|
# WEBHOOK_URL = "https://bot.aabpro.ru/volk_bot"
|
||||||
WEBHOOK_PORT = 5010
|
# WEBHOOK_PORT = 5010
|
||||||
WEBHOOK_SECRET = "cc0dbc1841660da0b14d7df86ab5e0ed973c"
|
# WEBHOOK_SECRET = "cc0dbc1841660da0b14d7df86ab5e0ed973c"
|
||||||
|
|
||||||
# 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
|
||||||
# WEBHOOK_SECRET = "cc0dbc1841660da0b14d7df86ab5e0ed973c"
|
WEBHOOK_SECRET = "cc0dbc1841660da0b14d7df86ab5e0ed973c"
|
||||||
|
|
||||||
# Webhook Poster-bot
|
# Webhook Poster-bot
|
||||||
#POSTHOOK_URL = "https://bot.aabpro.ru/testbot2"
|
#POSTHOOK_URL = "https://bot.aabpro.ru/testbot2"
|
||||||
@@ -65,12 +65,13 @@ POSTER_BOT_TOKEN = "8215624618:AAF6VtqRtFr4twFRTiTjedSDE6txkbIy6rc"
|
|||||||
# VOLK production bot @VOLK_informer_bot
|
# VOLK production bot @VOLK_informer_bot
|
||||||
# POSTER_BOT_TOKEN = "8279661544:AAEsJee6icCUn_AbWxhDpk2CLxQhzaartuI"
|
# POSTER_BOT_TOKEN = "8279661544:AAEsJee6icCUn_AbWxhDpk2CLxQhzaartuI"
|
||||||
# VOLK responder bot
|
# VOLK responder bot
|
||||||
RESPONDER_BOT_TOKEN = "8072579275:AAFiyKN1EPPnP5ZVZNTDGEriYJf1xADbfsY"
|
# RESPONDER_BOT_TOKEN = "8072579275:AAFiyKN1EPPnP5ZVZNTDGEriYJf1xADbfsY"
|
||||||
RESPONDER_BOT_NAME = "VOLK_responder_bot"
|
# RESPONDER_BOT_NAME = "VOLK_responder_bot"
|
||||||
|
|
||||||
|
|
||||||
# @posto_1638_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
|
# Zilant info bot
|
||||||
# BOT_TOKEN = "7951721805:AAEW6Go9yvOOcJSWjgJZ7E2XLPtii2qG7UU"
|
# BOT_TOKEN = "7951721805:AAEW6Go9yvOOcJSWjgJZ7E2XLPtii2qG7UU"
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ After=network.target
|
|||||||
[Service]
|
[Service]
|
||||||
User=root
|
User=root
|
||||||
WorkingDirectory=/opt/testbot-git
|
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
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|||||||
Reference in New Issue
Block a user