try new email settings for dev
This commit is contained in:
parent
2deb4b3b7f
commit
9b2ad2a6dd
|
|
@ -74,3 +74,10 @@ CELERY_RESULT_BACKEND = BROKER_URL
|
||||||
CELERY_BROKER_URL = BROKER_URL
|
CELERY_BROKER_URL = BROKER_URL
|
||||||
|
|
||||||
COOKIE_DOMAIN = '.id-east.ru'
|
COOKIE_DOMAIN = '.id-east.ru'
|
||||||
|
|
||||||
|
# Email settings
|
||||||
|
EMAIL_USE_TLS = True
|
||||||
|
EMAIL_HOST = 'smtp.gmail.com'
|
||||||
|
EMAIL_HOST_USER = 'anatolyfeteleu@gmail.com'
|
||||||
|
EMAIL_HOST_PASSWORD = 'nggrlnbehzksgmbt'
|
||||||
|
EMAIL_PORT = 587
|
||||||
Loading…
Reference in New Issue
Block a user