File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
scripts/generate_list_env_vars Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7575| SE_EVENT_BUS_PUBLISH_PORT | 4442 | | |
7676| SE_EVENT_BUS_SUBSCRIBE_PORT | 4443 | | |
7777| SE_NODE_SESSION_TIMEOUT | 300 | | --session-timeout |
78- | SE_NODE_ENABLE_MANAGED_DOWNLOADS | | | --enable-managed-downloads |
78+ | SE_NODE_ENABLE_MANAGED_DOWNLOADS | true | | --enable-managed-downloads |
7979| SE_NODE_ENABLE_CDP | | | --enable-cdp |
8080| SE_NODE_REGISTER_PERIOD | 120 | | --register-period |
8181| SE_NODE_REGISTER_CYCLE | 10 | | --register-cycle |
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ ENV LANG_WHICH=${LANG_WHICH} \
5656 SE_OFFLINE="true" \
5757 SE_NODE_BROWSER_VERSION="stable" \
5858 SE_NODE_PLATFORM_NAME="Linux" \
59+ SE_NODE_ENABLE_MANAGED_DOWNLOADS="true" \
5960# ============================
6061# Some configuration options
6162# ============================
Original file line number Diff line number Diff line change 9191- name : SE_NODE_ENABLE_CDP
9292 default : ' '
9393- name : SE_NODE_ENABLE_MANAGED_DOWNLOADS
94- default : ' '
94+ default : ' true '
9595- name : SE_NODE_GRACEFUL_SHUTDOWN
9696 default : ' '
9797- name : SE_NODE_GRID_GRAPHQL_URL
You can’t perform that action at this time.
0 commit comments