mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-26 22:48:25 +00:00
Add missing indentation in cms feature patches
This commit is contained in:
parent
c4388e134c
commit
8b31237a7f
@ -5,8 +5,8 @@ LOGGING_ENV: "sandbox"
|
|||||||
OAUTH_OIDC_ISSUER: "{{ JWT_COMMON_ISSUER }}"
|
OAUTH_OIDC_ISSUER: "{{ JWT_COMMON_ISSUER }}"
|
||||||
PLATFORM_NAME: "{{ PLATFORM_NAME }}"
|
PLATFORM_NAME: "{{ PLATFORM_NAME }}"
|
||||||
FEATURES:
|
FEATURES:
|
||||||
{{ patch("common-env-features") }}
|
{{ patch("common-env-features")|indent(2) }}
|
||||||
{{ patch("cms-env-features") }}
|
{{ patch("cms-env-features")|indent(2) }}
|
||||||
CERTIFICATES_HTML_VIEW: true
|
CERTIFICATES_HTML_VIEW: true
|
||||||
PREVIEW_LMS_BASE: "{{ PREVIEW_LMS_HOST }}"
|
PREVIEW_LMS_BASE: "{{ PREVIEW_LMS_HOST }}"
|
||||||
ENABLE_COURSEWARE_INDEX: true
|
ENABLE_COURSEWARE_INDEX: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user