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 75
75
| SE_EVENT_BUS_PUBLISH_PORT | 4442 | | |
76
76
| SE_EVENT_BUS_SUBSCRIBE_PORT | 4443 | | |
77
77
| 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 |
79
79
| SE_NODE_ENABLE_CDP | | | --enable-cdp |
80
80
| SE_NODE_REGISTER_PERIOD | 120 | | --register-period |
81
81
| 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} \
56
56
SE_OFFLINE="true" \
57
57
SE_NODE_BROWSER_VERSION="stable" \
58
58
SE_NODE_PLATFORM_NAME="Linux" \
59
+ SE_NODE_ENABLE_MANAGED_DOWNLOADS="true" \
59
60
# ============================
60
61
# Some configuration options
61
62
# ============================
Original file line number Diff line number Diff line change 91
91
- name : SE_NODE_ENABLE_CDP
92
92
default : ' '
93
93
- name : SE_NODE_ENABLE_MANAGED_DOWNLOADS
94
- default : ' '
94
+ default : ' true '
95
95
- name : SE_NODE_GRACEFUL_SHUTDOWN
96
96
default : ' '
97
97
- name : SE_NODE_GRID_GRAPHQL_URL
You can’t perform that action at this time.
0 commit comments