mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-15 09:44:07 +00:00
7 lines
120 B
Python
7 lines
120 B
Python
from .production_common import *
|
|
|
|
ALLOWED_HOSTS = [
|
|
ENV_TOKENS.get('LMS_BASE'),
|
|
FEATURES['PREVIEW_LMS_BASE'],
|
|
]
|