Spaces:
Sleeping
Sleeping
Update xenesis/settings.py
Browse files- xenesis/settings.py +2 -1
xenesis/settings.py
CHANGED
|
@@ -26,9 +26,10 @@ 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']
|
| 30 |
CORS_ALLOWED_ORIGINS = [
|
| 31 |
"https://thejagstudio-xenesis.hf.space",
|
|
|
|
| 32 |
"http://localhost:3000",
|
| 33 |
"http://127.0.0.1:3000",
|
| 34 |
"http://localhost:8000",
|
|
|
|
| 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",
|
| 34 |
"http://127.0.0.1:3000",
|
| 35 |
"http://localhost:8000",
|