Skip to content

Commit c892fc2

Browse files
authored
🔧 Add missing dotenv variables (fastapi#554)
1 parent 9fb69ba commit c892fc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ DOCKER_IMAGE_CELERYWORKER=celery
1515
DOCKER_IMAGE_FRONTEND=frontend
1616

1717
# Backend
18-
BACKEND_CORS_ORIGINS=
18+
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\"]"
1919
PROJECT_NAME=
2020
SECRET_KEY=changethis
2121
FIRST_SUPERUSER=[email protected]
2222
FIRST_SUPERUSER_PASSWORD=changethis
2323
SMTP_TLS=True
24-
SMTP_PORT=
24+
SMTP_PORT=587
2525
SMTP_HOST=
2626
SMTP_USER=
2727
SMTP_PASSWORD=
28-
EMAILS_FROM_EMAIL=
28+
EMAILS_FROM_EMAIL=[email protected]
2929

3030
USERS_OPEN_REGISTRATION=False
3131

0 commit comments

Comments
 (0)