mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-16 10:05:18 +00:00
6 lines
241 B
YAML
6 lines
241 B
YAML
API_HOST_URL: '{{ "https" if ACTIVATE_HTTPS else "http" }}://{{ LMS_HOST }}'
|
|
ENVIRONMENT_DISPLAY_NAME: 'tutor'
|
|
PLATFORM_NAME: '{{ PLATFORM_NAME }}'
|
|
PLATFORM_DESTINATION_NAME: '{{ LMS_HOST }}'
|
|
FEEDBACK_EMAIL_ADDRESS: 'support@{{ LMS_HOST }}'
|