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:
Dmitry Afanasyev
2023-11-28 23:06:26 +03:00
committed by GitHub
parent c80b001740
commit 2359481fb7
17 changed files with 668 additions and 280 deletions

View File

@@ -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=