diff --git a/project/settings/development.py b/project/settings/development.py index 25736d95..9a507403 100644 --- a/project/settings/development.py +++ b/project/settings/development.py @@ -66,8 +66,8 @@ 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_HOST_USER = 'dev.fr.test.gm.back.1@gmail.com' +EMAIL_HOST_PASSWORD = 'onvwzsggdhdfqemi' EMAIL_PORT = 587 MIDDLEWARE.append('utils.middleware.log_db_queries_per_API_request')