mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-12-18 02:30:39 +03:00
add bug report action (#71)
* add bug report * add admin section to env
This commit is contained in:
@@ -9,9 +9,11 @@ WORKERS_COUNT=1
|
||||
RELOAD="true"
|
||||
DEBUG="true"
|
||||
|
||||
# ==== admin =====
|
||||
SUPERUSER="user"
|
||||
SUPERUSER_PASSWORD="hackme"
|
||||
SALT="change me"
|
||||
ADMIN_CHAT_ID="123456789"
|
||||
|
||||
# ==== sentry ====
|
||||
ENABLE_SENTRY="false"
|
||||
|
||||
Reference in New Issue
Block a user