Dmitry Afanasyev b6a0427b1b
update dependencies and python to 3.12.3 (#95)
* update dependencies and python to 3.12.3

* fix tests
2024-04-20 19:16:37 +03:00

26 lines
544 B
Plaintext

STAGE="runtests"
# ==== start app settings ====
APP_HOST="0.0.0.0"
APP_PORT="8000"
DB_NAME="test_chatgpt.db"
# ==== telegram settings ====
TELEGRAM_API_TOKEN="123456789:AABBCCDDEEFFaabbccddeeff-1234567890"
# set to true to start with webhook. Else bot will start on polling method
START_WITH_WEBHOOK="false"
SUPERUSER="Superuser"
ADMIN_CHAT_ID="123456789"
# ==== domain settings ====
DOMAIN="http://localhost"
URL_PREFIX=
CHAT_PREFIX="/chat"
# ==== gpt settings ====
GPT_BASE_HOST="http://localhost"
# ==== other settings ====
USER="web"