Browse Source

Añado imac.reymota.lab a allowed hosts

politica
Celestino Rey 11 months ago
parent
commit
c21a41b173
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      JugarAlPadel/gestion_reservas/entornoPruebas.sh

+ 1
- 1
JugarAlPadel/gestion_reservas/entornoPruebas.sh View File

@ -1,6 +1,6 @@
export CSRF_TRUSTED_ORIGINS="http://localhost" export CSRF_TRUSTED_ORIGINS="http://localhost"
export DEBUG="True" export DEBUG="True"
export SECRET_KEY="hola" export SECRET_KEY="hola"
export DJANGO_ALLOWED_HOSTS="vmcluster localhost"
export DJANGO_ALLOWED_HOSTS="vmcluster localhost imac.reymota.lab"

Loading…
Cancel
Save