Skip to content
Discussion options

You must be logged in to vote

Use the exact flat env var names from the web service config:

environment:
  WEB_OPTION_EDITOR_AUTOSAVE_ENABLED: "true"
  WEB_OPTION_EDITOR_AUTOSAVE_INTERVAL: "20"

The double-underscore form such as WEB_OPTION_editor__autosaveInterval will not map to this option.

One more gotcha: if WEB_UI_CONFIG_FILE is set, the JSON config file takes precedence over env vars. In that case, put the editor autosave option in that JSON file instead, or remove the file override. Then restart the web container/service and inspect the effective web config/logs.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@TheNomad11
Comment options

Answer selected by TheNomad11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants