6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-11-15 17:47:13 +00:00
tutor/edxapp/config/production_lms.py

7 lines
120 B
Python
Raw Normal View History

2017-12-26 00:16:35 +00:00
from .production_common import *
2017-07-03 10:39:19 +00:00
ALLOWED_HOSTS = [
ENV_TOKENS.get('LMS_BASE'),
FEATURES['PREVIEW_LMS_BASE'],
]