mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-12-18 02:30:39 +03:00
add auth context (#62)
* add user table and superuser creation * add gpt-4-stream-aivvm provider * rename user migration to auth migration
This commit is contained in:
@@ -9,6 +9,10 @@ WORKERS_COUNT=1
|
||||
RELOAD="true"
|
||||
DEBUG="true"
|
||||
|
||||
SUPERUSER="user"
|
||||
SUPERUSER_PASSWORD="hackme"
|
||||
SALT="change me"
|
||||
|
||||
# ==== sentry ====
|
||||
ENABLE_SENTRY="false"
|
||||
SENTRY_DSN=
|
||||
|
||||
Reference in New Issue
Block a user