Revert "added cookie settings for local and development"

This reverts commit 8e506bd5
This commit is contained in:
Anatoly 2019-09-10 17:12:56 +03:00
parent 8e506bd5e1
commit b5707c6b26
2 changed files with 0 additions and 11 deletions

View File

@ -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'

View File

@ -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