6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-04 19:03:39 +00:00

Fix access to smtp server

By default, smtp server listens to port 25, not 9025.

Closes #6.
This commit is contained in:
Régis Behmo 2018-02-17 10:34:33 +01:00
parent b3a9215592
commit 030ba43ba3
2 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@
"STATIC_ROOT_BASE": "/openedx/data/staticfiles",
"EMAIL_BACKEND": "django.core.mail.backends.smtp.EmailBackend",
"EMAIL_HOST": "smtp",
"EMAIL_PORT": 9025,
"CACHES": {
"default": {
"KEY_PREFIX": "default",

View File

@ -18,7 +18,6 @@
"STATIC_ROOT_BASE": "/openedx/data/staticfiles",
"EMAIL_BACKEND": "django.core.mail.backends.smtp.EmailBackend",
"EMAIL_HOST": "smtp",
"EMAIL_PORT": 9025,
"CACHES": {
"default": {
"KEY_PREFIX": "default",