Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
edamboritz committed May 8, 2022
2 parents 5a8b760 + ea3c32b commit 58ddf15
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions helm-chart/templates/configmap/local-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,16 @@ data:
MOBILE_APP_KEY = os.getenv("MOBILE_APP_KEY")
RAW_REF_MODEL_BY_LANG_FILEPATH = {
"en": None,
"he": None
}
RAW_REF_PART_MODEL_BY_LANG_FILEPATH = {
"en": None,
"he": None
}
LOGGING = {
'version': 1,
'disable_existing_loggers': False,
Expand Down

0 comments on commit 58ddf15

Please sign in to comment.