dev: environment settings (#2794)

* dev: update environment configuration

* dev: update the takeoff script for instance registration
This commit is contained in:
Nikhil
2023-11-19 01:48:05 +05:30
committed by sriram veeraghanta
parent 63b6150b9c
commit 728213e3fd
5 changed files with 15 additions and 11 deletions

View File

@@ -12,7 +12,7 @@ x-app-env : &app-env
- GITHUB_CLIENT_SECRET=${GITHUB_CLIENT_SECRET:-""}
- DOCKERIZED=${DOCKERIZED:-1} # deprecated
- CORS_ALLOWED_ORIGINS=${CORS_ALLOWED_ORIGINS:-""}
- ENVIRONMENT=${ENVIRONMENT:-"production"}
- SENTRY_ENVIRONMENT=${SENTRY_ENVIRONMENT:-"production"}
# Gunicorn Workers
- GUNICORN_WORKERS=${GUNICORN_WORKERS:-2}
#DB SETTINGS

View File

@@ -14,7 +14,7 @@ SENTRY_DSN=""
GITHUB_CLIENT_SECRET=""
DOCKERIZED=1 # deprecated
CORS_ALLOWED_ORIGINS=""
ENVIRONMENT="production"
SENTRY_ENVIRONMENT="production"
#DB SETTINGS
PGHOST=plane-db