Skip to content

Commit

Permalink
feat: EMSCO_DYNAMIC_MAPPING envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
theus77 committed Jan 3, 2024
1 parent 0c882b1 commit 0ce0a14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions elasticms-admin/config/packages/ems_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ parameters:
env(EMSCO_CUSTOM_USER_OPTIONS_FORM): ~
env(EMSCO_FALLBACK_LOCALE): 'en'
env(EMSCO_TEMPLATE_NAMESPACE): 'EMSCore'
env(EMSCO_DYNAMIC_MAPPING): 'false'

env(EMSCO_LDAP_ENABLED): true
env(EMSCO_LDAP_DN_STRING): '%env(string:LDAP_DN_STRING)%'
Expand Down Expand Up @@ -100,6 +101,7 @@ ems_core:
custom_user_options_form: '%env(string:EMSCO_CUSTOM_USER_OPTIONS_FORM)%'
fallback_locale: '%env(string:EMSCO_FALLBACK_LOCALE)%'
template_namespace: '%env(string:EMSCO_TEMPLATE_NAMESPACE)%'
dynamic_mapping: '%env(string:EMSCO_DYNAMIC_MAPPING)%'

ldap:
enabled: '%env(bool:EMSCO_LDAP_ENABLED)%'
Expand Down

0 comments on commit 0ce0a14

Please sign in to comment.