This commit is contained in:
2025-04-26 20:06:01 -03:00
parent abe61440e5
commit ec11ae7f7a
2 changed files with 12 additions and 3 deletions

View File

@@ -34,9 +34,18 @@ BASE_DIR = Path(__file__).resolve().parent.parent
SECRET_KEY = 'django-insecure-mqcnrs5!hc6bj$&#0@@9d8^2@x#w&$qhk3vlr5_)3znd9h6&d8'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = os.getenv('DEBUG')
DEBUG = True
ALLOWED_HOSTS = os.getenv('ALLOWED_HOSTS')
ALLOWED_HOSTS = [
'192.168.0.100',
'192.168.1.150',
'10.72.150.166',
'localhost',
'127.0.0.1',
'rrbec.local.com',
'django_app',
'0.0.0.0'
]
# Application definition