fix: self hosted instance (#2795)

* dev: update create bucket script

* dev: update patch endpoint for instance configuration

* dev: add google client secret and default values for ADMIN_EMAIL and LICENSE_ENGINE_BASE_URL
This commit is contained in:
Nikhil 2023-11-20 12:36:48 +05:30 committed by sriram veeraghanta
parent 2abc5eb68c
commit bd5ebc2760
5 changed files with 24 additions and 10 deletions

View file

@ -15,6 +15,6 @@ if [ "$ENABLE_REGISTRATION" != "0" ]; then
fi
# Create the default bucket
python bin/bucket_script.py
python manage.py create_bucket
exec gunicorn -w $GUNICORN_WORKERS -k uvicorn.workers.UvicornWorker plane.asgi:application --bind 0.0.0.0:8000 --max-requests 1200 --max-requests-jitter 1000 --access-logfile -