Browse Source

Actualizo allowed hosts

main
creylopez 10 months ago
parent
commit
613fa6b90e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/cfehome/settings.py

+ 2
- 2
src/cfehome/settings.py View File

@ -25,8 +25,8 @@ SECRET_KEY = 'django-insecure-6i_hey)m8d1v1b@_%@j8x5ly)2%hu+^qa8i)urbc10z*sc17^!
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = [".ocp-cluster.reymota.lab","127.0.0.1", ".sraopenshift.siemens.es"]
CSRF_TRUSTED_ORIGINS = ["https://*.ocp-cluster.reymota.lab", "https://*.sraopenshift.siemens.es"]
# Application definition


Loading…
Cancel
Save