mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-09 16:36:29 +00:00
c883af35f7
HTTPS is now fully supported. The ACTIVATE_HTTPS feature flag needs to be set. Required domain names are LMS_HOST, preview.LMS_HOST and CMS_HOST. Close #46.
6 lines
245 B
Plaintext
6 lines
245 B
Plaintext
API_HOST_URL: '{{ "https" if ACTIVATE_HTTPS else "http" }}://{{ LMS_HOST }}'
|
|
ENVIRONMENT_DISPLAY_NAME: 'universal'
|
|
PLATFORM_NAME: '{{ PLATFORM_NAME }}'
|
|
PLATFORM_DESTINATION_NAME: '{{ LMS_HOST }}'
|
|
FEEDBACK_EMAIL_ADDRESS: 'support@{{ LMS_HOST }}'
|