forked from openedx-unsupported/configuration
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
These two changes:
configuration/playbooks/roles/edxapp/defaults/main.yml
Lines 18 to 21 in a41fb79
#stub for appsembler specific vals EDXAPP_APPSEMBLER_FEATURES: { TMP: None } APPSEMBLER_FEATURES: "{{ EDXAPP_APPSEMBLER_FEATURES }}"
can be removed from our version of the fork if we do the following in each customer's server-vars.yml file:
---
EDXAPP_APPSEMBLER_FEATURES:
FEATURE_1: value
FEATURE_2: value
EDXAPP_ENV_EXTRA:
APPSEMBLER_FEATURES: "{{ EDXAPP_APPSEMBLER_FEATURES }}"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels