mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-26 17:22:09 +00:00
Change domain names from cpp.al to cppalliance.org
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user