Skip to content

Commit

Permalink
Added cors whitelist env var
Browse files Browse the repository at this point in the history
  • Loading branch information
kimachinskiy committed Oct 2, 2023
1 parent bcc18cd commit f790b56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/django_cd_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
EMAIL_USE_TLS: ""
EMAIL_HOST_USER: ""
EMAIL_HOST_PASSWORD: ""
CORS_ORIGIN_WHITELIST: ""

jobs:
deploy:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ services:
- EMAIL_USE_TLS=${EMAIL_USE_TLS}"
- EMAIL_HOST_USER=${EMAIL_HOST_USER}"
- EMAIL_HOST_PASSWORD=${EMAIL_HOST_PASSWORD}"
- CORS_ORIGIN_WHITELIST=${CORS_ORIGIN_WHITELIST}
networks:
- forum_network
frontend:
Expand Down

0 comments on commit f790b56

Please sign in to comment.