@@ -32,9 +32,9 @@ initCommands:
3232 command : ./manage.py collectstatic --noinput
3333
3434publicFqdn : &fqdn cppal-dev.boost.cppalliance.org
35- publicFqdn2 : &fqdn2 boost.org
35+ publicFqdn2 : &fqdn2 cppal-dev. boost.org
3636publicFqdn3 : &fqdn3 cppal-dev2.boost.cppalliance.org
37- publicFqdn4 : &fqdn4 boost.io
37+ publicFqdn4 : &fqdn4 boost.org
3838
3939Env :
4040 - name : DJANGO_SETTINGS_MODULE
6767 - name : DJANGO_FQDN
6868 value : *fqdn
6969 - name : ALLOWED_HOSTS
70- value : " *.boost.org, *.boost.cppalliance.org, cppal-dev.boost.cppalliance.org, www.cppal-dev.boost.cppalliance.org, boost.org, www.boost.org, cppal-dev2.boost.cppalliance.org, www.cppal-dev2.boost.cppalliance.org, boost.io, www.boost.io"
70+ value : " *.boost.org, *.boost.cppalliance.org, cppal-dev.boost.cppalliance.org, www.cppal-dev.boost.cppalliance.org, boost.org, www.boost.org, cppal-dev2.boost.cppalliance.org, www.cppal-dev2.boost.cppalliance.org, boost.io, www.boost.io, cppal-dev.boost.org, www.cppal-dev.boost.org "
7171 - name : CSRF_TRUSTED_ORIGINS
72- value : " http://*.boost.cppalliance.org, https://*.boost.cppalliance.org, http://0.0.0.0, http://localhost, https://cppal-dev.boost.cppalliance.org, https://www.cppal-dev.boost.cppalliance.org, https://boost.org, https://www.boost.org, https://cppal-dev2.boost.cppalliance.org, https://www.cppal-dev2.boost.cppalliance.org, https://boost.io, https://www.boost.io"
72+ value : " http://*.boost.cppalliance.org, https://*.boost.cppalliance.org, http://0.0.0.0, http://localhost, https://cppal-dev.boost.cppalliance.org, https://www.cppal-dev.boost.cppalliance.org, https://boost.org, https://www.boost.org, https://cppal-dev2.boost.cppalliance.org, https://www.cppal-dev2.boost.cppalliance.org, https://boost.io, https://www.boost.io, https://cppal-dev.boost.org, https://www.cppal-dev.boost.org "
7373
7474 # silence django deprecation warnings
7575 - name : PYTHONWARNINGS
0 commit comments