Add port to activation link to keep it from failing on devstack.

This value was defined in lms but not in cms. I discovered this when testing the user account activation link and finding it unable to activate my account on devstack. This change adds the port which fixes the user account activation link in Studio.
This commit is contained in:
Sahar Markovich
2018-07-20 14:07:40 -07:00
parent 404a11d8ed
commit 9bfeebe01c

View File

@@ -14,6 +14,7 @@ USER_TASKS_ARTIFACT_STORAGE = COURSE_IMPORT_EXPORT_STORAGE
DEBUG = True
USE_I18N = True
DEFAULT_TEMPLATE_ENGINE['OPTIONS']['debug'] = DEBUG
SITE_NAME = 'localhost:8001'
HTTPS = 'off'
################################ LOGGERS ######################################