We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set up: ACCOUNT_EMAIL_VERIFICATION=mandatory
使用entrypoint.sh启动(gunicorn )
python manage.py migrate
python manage.py createsuperuser --no-input
export WORKERS=${SERVER_WORKERS:-3}
export TIMEOUT=${WORKER_TIMEOUT:-180}
exec gunicorn chatgpt_ui_server.wsgi --workers=$WORKERS --timeout $TIMEOUT --bind 0.0.0.0:8000 --access-logfile -
print: EMAIL_VERIFICATION: optional
EMAIL_VERIFICATION: optional
if use python3 manger.py runserver to run, then EMAIL_VERIFICATION: mandatory
EMAIL_VERIFICATION: mandatory
The text was updated successfully, but these errors were encountered:
what did i missed ??
Sorry, something went wrong.
No branches or pull requests
set up:
ACCOUNT_EMAIL_VERIFICATION=mandatory
使用entrypoint.sh启动(gunicorn )
python manage.py migrate
python manage.py createsuperuser --no-input
export WORKERS=${SERVER_WORKERS:-3}
export TIMEOUT=${WORKER_TIMEOUT:-180}
exec gunicorn chatgpt_ui_server.wsgi --workers=$WORKERS --timeout $TIMEOUT --bind 0.0.0.0:8000 --access-logfile -
print:
EMAIL_VERIFICATION: optional
if use python3 manger.py runserver to run, then
EMAIL_VERIFICATION: mandatory
The text was updated successfully, but these errors were encountered: