Commit 5649a9ac by John Jarvis

set default email backend to smtp, localhost

parent 124ea9a3
...@@ -71,6 +71,8 @@ generic_env_config: &edxapp_generic_env ...@@ -71,6 +71,8 @@ generic_env_config: &edxapp_generic_env
'BOOK_URL': '' 'BOOK_URL': ''
'CERT_QUEUE': 'certificates' 'CERT_QUEUE': 'certificates'
'LOCAL_LOGLEVEL': 'INFO' 'LOCAL_LOGLEVEL': 'INFO'
# default email backed set to local SMTP
'EMAIL_BACKEND': 'django.core.mail.backends.smtp.EmailBackend'
'MITX_FEATURES': 'MITX_FEATURES':
'AUTH_USE_OPENID_PROVIDER': true 'AUTH_USE_OPENID_PROVIDER': true
'CERTIFICATES_ENABLED': true 'CERTIFICATES_ENABLED': true
......
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