gpt_chat_bot/bot_microservice/settings/.env.local.runtests
2023-09-29 13:54:57 +03:00

25 lines
452 B
Plaintext

STAGE="runtests"
APP_HOST="0.0.0.0"
APP_PORT="8000"
USER="web"
TZ="Europe/Moscow"
TELEGRAM_API_TOKEN="123456789:AABBCCDDEEFFaabbccddeeff-1234567890"
# webhook settings
DOMAIN="http://localhost"
URL_PREFIX=
GPT_BASE_HOST="http://localhost"
# set to true to start with webhook. Else bot will start on polling method
START_WITH_WEBHOOK="false"
# quantity of workers for uvicorn
WORKERS_COUNT=1
# Enable uvicorn reloading
RELOAD="true"
DEBUG="true"