We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ebe1fb commit 5f96622Copy full SHA for 5f96622
config/settings.py
@@ -24,7 +24,9 @@
24
PUBLIC_HOSTNAME = secrets["SERVER"]["PUBLIC_HOSTNAME"]
25
EMAIL_BACKEND = secrets["SERVER"]["EMAIL_BACKEND"]
26
CORS_ORIGIN_WHITELIST = ["http://localhost:3000"]
27
-
+ CORS_ORIGIN_ALLOW_ALL = True
28
+ CORS_ORIGIN_WHITELIST = ["*"]
29
+
30
except KeyError:
31
SECRET_KEY="^2uql114+yy0d$xv6+lm8*#1=uxs_oa0zw0bvu^fpi4tc9x0i"
32
ANON_KEY="627626823549f787c3ec763ff687169206626149"
0 commit comments