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 7475738 commit 5cf01efCopy full SHA for 5cf01ef
server/djangoproj/settings.py
@@ -28,9 +28,16 @@
28
# SECURITY WARNING: don't run with debug turned on in production!
29
DEBUG = True
30
31
-ALLOWED_HOSTS = ['localhost', 'https://khempha69636-8000.theiadockernext-1-labs-prod-theiak8s-4-tor01.proxy.cognitiveclass.ai/']
32
-CSRF_TRUSTED_ORIGINS = ['https://khempha69636-8000.theiadockernext-1-labs-prod-theiak8s-4-tor01.proxy.cognitiveclass.ai/']
+ALLOWED_HOSTS = [
+ 'localhost',
33
+ 'khempha69636-8000.theiadockernext-1-labs-prod-theiak8s-4-tor01.proxy.'
34
+ 'cognitiveclass.ai',
35
+]
36
37
+CSRF_TRUSTED_ORIGINS = [
38
+ 'https://khempha69636-8000.theiadockernext-1-labs-prod-theiak8s-4-tor01.'
39
+ 'proxy.cognitiveclass.ai',
40
41
REST_FRAMEWORK = {
42
'DEFAULT_AUTHENTICATION_CLASSES': [],
43
}
0 commit comments