🔧 Add missing dotenv variables (#554)
This commit is contained in:

committed by
GitHub

parent
9fb69ba140
commit
c892fc200e
6
src/.env
6
src/.env
@@ -15,17 +15,17 @@ DOCKER_IMAGE_CELERYWORKER=celery
|
|||||||
DOCKER_IMAGE_FRONTEND=frontend
|
DOCKER_IMAGE_FRONTEND=frontend
|
||||||
|
|
||||||
# Backend
|
# Backend
|
||||||
BACKEND_CORS_ORIGINS=
|
BACKEND_CORS_ORIGINS="[\"http://localhost\", \"http://localhost:4200\", \"http://localhost:3000\", \"http://localhost:8080\", \"https://localhost\", \"https://localhost:4200\", \"https://localhost:3000\", \"https://localhost:8080\", \"http://local.dockertoolbox.tiangolo.com\", \"http://localhost.tiangolo.com\"]"
|
||||||
PROJECT_NAME=
|
PROJECT_NAME=
|
||||||
SECRET_KEY=changethis
|
SECRET_KEY=changethis
|
||||||
FIRST_SUPERUSER=admin@example.com
|
FIRST_SUPERUSER=admin@example.com
|
||||||
FIRST_SUPERUSER_PASSWORD=changethis
|
FIRST_SUPERUSER_PASSWORD=changethis
|
||||||
SMTP_TLS=True
|
SMTP_TLS=True
|
||||||
SMTP_PORT=
|
SMTP_PORT=587
|
||||||
SMTP_HOST=
|
SMTP_HOST=
|
||||||
SMTP_USER=
|
SMTP_USER=
|
||||||
SMTP_PASSWORD=
|
SMTP_PASSWORD=
|
||||||
EMAILS_FROM_EMAIL=
|
EMAILS_FROM_EMAIL=info@example.com
|
||||||
|
|
||||||
USERS_OPEN_REGISTRATION=False
|
USERS_OPEN_REGISTRATION=False
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user