Change domain names from cpp.al to cppalliance.org

This commit is contained in:
sdarwin
2023-07-18 18:14:34 -06:00
committed by Sam Darwin
parent 5847d90a36
commit eb56af549d
3 changed files with 9 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ initCommands:
- name: collectstatic
command: ./manage.py collectstatic --noinput
publicFqdn: &fqdn cppal-dev.boost.cpp.al
publicFqdn: &fqdn cppal-dev.boost.cppalliance.org
Env:
- name: DJANGO_SETTINGS_MODULE
@@ -54,9 +54,9 @@ Env:
- name: DJANGO_FQDN
value: *fqdn
- name: ALLOWED_HOSTS
value: "cppal-dev.boost.cpp.al, www.cppal-dev.boost.cpp.al"
value: "cppal-dev.boost.cppalliance.org, www.cppal-dev.boost.cppalliance.org"
- name: CSRF_TRUSTED_ORIGINS
value: "http://0.0.0.0, http://localhost, https://cppal-dev.boost.cpp.al, https://www.cppal-dev.boost.cpp.al"
value: "http://0.0.0.0, http://localhost, https://cppal-dev.boost.cppalliance.org, https://www.cppal-dev.boost.cppalliance.org"
# silence django deprecation warnings
- name: PYTHONWARNINGS

View File

@@ -21,7 +21,7 @@ initCommands:
- name: collectstatic
command: ./manage.py collectstatic --noinput
publicFqdn: &fqdn boost.cpp.al
publicFqdn: &fqdn boost.cppalliance.org
Env:
- name: DJANGO_SETTINGS_MODULE
@@ -54,9 +54,9 @@ Env:
- name: DJANGO_FQDN
value: *fqdn
- name: ALLOWED_HOSTS
value: "boost.cpp.al, www.boost.cpp.al"
value: "boost.cppalliance.org, www.boost.cppalliance.org"
- name: CSRF_TRUSTED_ORIGINS
value: "http://0.0.0.0, http://localhost, https://boost.cpp.al, https://www.boost.cpp.al"
value: "http://0.0.0.0, http://localhost, https://boost.cppalliance.org, https://www.boost.cppalliance.org"
# silence django deprecation warnings
- name: PYTHONWARNINGS

View File

@@ -21,7 +21,7 @@ initCommands:
- name: collectstatic
command: ./manage.py collectstatic --noinput
publicFqdn: &fqdn stage.boost.cpp.al
publicFqdn: &fqdn stage.boost.cppalliance.org
Env:
- name: DJANGO_SETTINGS_MODULE
@@ -54,9 +54,9 @@ Env:
- name: DJANGO_FQDN
value: *fqdn
- name: ALLOWED_HOSTS
value: "stage.boost.cpp.al, www.stage.boost.cpp.al"
value: "stage.boost.cppalliance.org, www.stage.boost.cppalliance.org"
- name: CSRF_TRUSTED_ORIGINS
value: "http://0.0.0.0, http://localhost, https://stage.boost.cpp.al, https://www.stage.boost.cpp.al"
value: "http://0.0.0.0, http://localhost, https://stage.boost.cppalliance.org, https://www.stage.boost.cppalliance.org"
# silence django deprecation warnings
- name: PYTHONWARNINGS