Commit 950fd6a35dcee61dcf1822a5e1f5dd1f0aa45680
1 parent
e9e2c8e2
Exists in
dev
Change of freebox. Domain astroguita.hd.free.fr changed into astroguita.freeboxos.fr.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/core/pyros_django/pyros/settings.py
... | ... | @@ -168,7 +168,7 @@ try: |
168 | 168 | |
169 | 169 | except: |
170 | 170 | set_environment_variables_if_not_configured(ENV_PATH,ENV_SAMPLE_PATH) |
171 | -ALLOWED_HOSTS = ['localhost', '127.0.0.1', 'pyros.irap.omp.eu', 'astroguita.hd.free.fr', '0.0.0.0'] | |
171 | +ALLOWED_HOSTS = ['localhost', '127.0.0.1', 'pyros.irap.omp.eu', 'astroguita.freeboxos.fr', '0.0.0.0'] | |
172 | 172 | # defining variables when using Docker |
173 | 173 | if WITH_DOCKER: |
174 | 174 | ALLOWED_HOSTS.append('0.0.0.0') | ... | ... |