7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-01 13:50:47 +00:00
tutor/edxapp/config/production_lms.py
2018-01-29 17:21:32 +01:00

7 lines
120 B
Python

from .production_common import *
ALLOWED_HOSTS = [
ENV_TOKENS.get('LMS_BASE'),
FEATURES['PREVIEW_LMS_BASE'],
]