diff --git a/project/settings/development.py b/project/settings/development.py index 2bf4d952..99bfcc01 100644 --- a/project/settings/development.py +++ b/project/settings/development.py @@ -10,8 +10,3 @@ SCHEMA_URI = 'http' DEFAULT_SUBDOMAIN = 'www' SITE_DOMAIN_URI = 'id-east.ru' DOMAIN_URI = 'gm.id-east.ru' - - -# COOKIES -CSRF_COOKIE_DOMAIN = '.id-east.ru' -SESSION_COOKIE_DOMAIN = '.id-east.ru' diff --git a/project/settings/local.py b/project/settings/local.py index 6edf7124..1c73a857 100644 --- a/project/settings/local.py +++ b/project/settings/local.py @@ -12,12 +12,6 @@ DEFAULT_SUBDOMAIN = 'www' SITE_DOMAIN_URI = 'testserver.com:8000' DOMAIN_URI = '0.0.0.0:8000' - -# COOKIES -CSRF_COOKIE_DOMAIN = '0.0.0.0:8000' -SESSION_COOKIE_DOMAIN = '0.0.0.0:8000' - - # CELERY BROKER_URL = 'amqp://rabbitmq:5672' CELERY_RESULT_BACKEND = BROKER_URL