Commit 5fa3c09f by rongjun

init

parent f68ab29a
...@@ -254,11 +254,12 @@ REST_FRAMEWORK = { ...@@ -254,11 +254,12 @@ REST_FRAMEWORK = {
# ========== # ==========
# = Email = # = Email =
# ========== # ==========
EMAIL_HOST = 'smtp.qq.com' EMAIL_HOST = 'smtp.exmail.qq.com'
EMAIL_PORT = 25 EMAIL_PORT = 465
EMAIL_HOST_USER = 'notify@huxiapp.com' EMAIL_HOST_USER = 'notify@huxiapp.com'
EMAIL_HOST_PASSWORD = 'HuXiJianr3n' EMAIL_HOST_PASSWORD = 'HuXiJianr3n'
EMAIL_USE_TLS = True # EMAIL_USE_TLS = True
EMAIL_USE_SSL = True
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
Q_CLUSTER = { Q_CLUSTER = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment