Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HadleyKing authored Oct 31, 2024
1 parent 8ebe1fb commit 5f96622
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
PUBLIC_HOSTNAME = secrets["SERVER"]["PUBLIC_HOSTNAME"]
EMAIL_BACKEND = secrets["SERVER"]["EMAIL_BACKEND"]
CORS_ORIGIN_WHITELIST = ["http://localhost:3000"]

CORS_ORIGIN_ALLOW_ALL = True
CORS_ORIGIN_WHITELIST = ["*"]

except KeyError:
SECRET_KEY="^2uql114+yy0d$xv6+lm8*#1=uxs_oa0zw0bvu^fpi4tc9x0i"
ANON_KEY="627626823549f787c3ec763ff687169206626149"
Expand Down

0 comments on commit 5f96622

Please sign in to comment.