Explorar el Código

Updated allowed hosts

master
kj1352 hace 3 años
padre
commit
3e9455c88e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      workx_backend/settings/staging.py

+ 1
- 1
workx_backend/settings/staging.py Ver fichero

@@ -2,7 +2,7 @@ from .base import *

DEBUG = True

ALLOWED_HOSTS = ['167.71.228.78']
ALLOWED_HOSTS = ['167.71.228.78', 'kj.webtrigon.com']

DATABASES = {
'default': {