|
28 | 28 | # SECURITY WARNING: don't run with debug turned on in production!
|
29 | 29 | DEBUG = True
|
30 | 30 |
|
31 |
| -ALLOWED_HOSTS=['localhost', |
32 |
| - ('https://maikoblaukop-8000.theianext-0-labs-prod-misc-tools-us-east-0.proxy.cognitiveclass.ai'), |
33 |
| - ('https://maikoblaukop-8000.theiadockernext-1-labs-prod-theiak8s-4-tor01.proxy.cognitiveclass.ai'), |
34 |
| - ('https://maikoblaukop-8000.theiadockernext-1-labs-prod-theiak8s-4-tor01.proxy.cognitiveclass.ai/admin') |
| 31 | +ALLOWED_HOSTS = [ |
| 32 | + 'localhost', |
| 33 | + ( |
| 34 | + 'https://ripochesierr-8000.theianext-0-labs-prod-misc-tools-us-east-0.' |
| 35 | + 'proxy.cognitiveclass.ai' |
| 36 | + ), |
| 37 | + ( |
| 38 | + 'https://ripochesierr-8000.theiadockernext-1-labs-prod-theiak8s-4-' |
| 39 | + 'tor01.proxy.cognitiveclass.ai' |
| 40 | + ) |
35 | 41 | ]
|
36 |
| -CSRF_TRUSTED_ORIGINS=[ |
37 |
| - ('https://maikoblaukop-8000.theianext-0-labs-prod-misc-tools-us-east-0.proxy.cognitiveclass.ai'), |
38 |
| - ('https://maikoblaukop-8000.theiadockernext-1-labs-prod-theiak8s-4-tor01.proxy.cognitiveclass.ai'), |
39 |
| - ('https://maikoblaukop-8000.theiadockernext-1-labs-prod-theiak8s-4-tor01.proxy.cognitiveclass.ai/admin') |
| 42 | +CSRF_TRUSTED_ORIGINS = [ |
| 43 | + ( |
| 44 | + 'https://ripochesierr-8000.theianext-0-labs-prod-misc-tools-us-east-0.' |
| 45 | + 'proxy.cognitiveclass.ai' |
| 46 | + ), |
| 47 | + ( |
| 48 | + 'https://ripochesierr-8000.theiadockernext-0-labs-prod-theiak8s-4-' |
| 49 | + 'tor01.proxy.cognitiveclass.ai' |
| 50 | + ), |
40 | 51 | ]
|
41 | 52 |
|
42 | 53 | REST_FRAMEWORK = {
|
|
102 | 113 | AUTH_PASSWORD_VALIDATORS = [
|
103 | 114 | {
|
104 | 115 | 'NAME':
|
105 |
| - 'django.contrib.auth.password_validation.UserAttributeSimilarityValidator', |
| 116 | + 'django.contrib.auth.password_validation.' |
| 117 | + 'UserAttributeSimilarityValidator', |
106 | 118 | },
|
107 | 119 | {
|
108 | 120 | 'NAME':
|
|
0 commit comments