mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-15 01:34:14 +00:00
04a0fb5902
Template files are now directly loaded in the configurator container, so that it is possible to run the configurator container directly, outside of this project.
6 lines
245 B
YAML
6 lines
245 B
YAML
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 }}'
|