dev: remove admin email from variables

This commit is contained in:
pablohashescobar 2023-12-04 11:13:47 +05:30
parent 26fe0dd457
commit 450345cfe7
2 changed files with 0 additions and 3 deletions

View File

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

View File

@ -65,5 +65,3 @@ FILE_SIZE_LIMIT=5242880
# Gunicorn Workers
GUNICORN_WORKERS=2
# Admin Email
ADMIN_EMAIL=""