added host 200

This commit is contained in:
Alexander Schulz
2024-08-30 22:43:45 +02:00
parent 4ee5f645e4
commit cf942a1a7b

View File

@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-ccko-c%pu^i0ipz!#p7zb5)^6fxn0j081udo56_28ik@u5s#@w
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True DEBUG = True
ALLOWED_HOSTS = ['localhost', '192.168.2.199', 'develop.artemisneo.com'] ALLOWED_HOSTS = ['localhost', '192.168.2.199', 'develop.artemisneo.com', '192.168.2.200']
# Application definition # Application definition