diff --git a/core/core/settings.py b/core/core/settings.py index ec96972..6d28ae3 100644 --- a/core/core/settings.py +++ b/core/core/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-#+s307$rxkts=8@+_^i)8)n1b4*y4za1xz!mvv(h@!+n9!mp9) # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ['127.0.0.1', 'localhost', '*'] +ALLOWED_HOSTS = ['127.0.0.1', 'localhost', '*', '172.22.10.111'] # Application definition @@ -141,7 +141,7 @@ CHANNEL_LAYERS = { "default": { "BACKEND": "channels_redis.core.RedisChannelLayer", "CONFIG": { - "hosts": [("127.0.0.1", 6379)], + "hosts": [("127.0.0.1", 8000)], }, }, } \ No newline at end of file