Spaces:
Sleeping
Sleeping
Update xenesis/settings.py
Browse files- xenesis/settings.py +2 -1
xenesis/settings.py
CHANGED
@@ -26,8 +26,9 @@ SECRET_KEY = ')grov+w0n3%%a58t6-xx@_f5h*ef@yp^2ov5qrp$4#*!ay9)8p'
|
|
26 |
|
27 |
# SECURITY WARNING: don't run with debug turned on in production!
|
28 |
DEBUG = True
|
29 |
-
ALLOWED_HOSTS = ['localhost', '127.0.0.1','thejagstudio-xenesis.hf.space','anonymous-murex.vercel.app']
|
30 |
CORS_ALLOWED_ORIGINS = [
|
|
|
31 |
"https://thejagstudio-xenesis.hf.space",
|
32 |
"https://anonymous-murex.vercel.app",
|
33 |
"http://localhost:3000",
|
|
|
26 |
|
27 |
# SECURITY WARNING: don't run with debug turned on in production!
|
28 |
DEBUG = True
|
29 |
+
ALLOWED_HOSTS = ['localhost', '127.0.0.1','thejagstudio-xenesis.hf.space','anonymous-murex.vercel.app','xenesis.ldrp.ac.in']
|
30 |
CORS_ALLOWED_ORIGINS = [
|
31 |
+
"https://xenesis.ldrp.ac.in",
|
32 |
"https://thejagstudio-xenesis.hf.space",
|
33 |
"https://anonymous-murex.vercel.app",
|
34 |
"http://localhost:3000",
|