Skip to content

Commit 6cee806

Browse files
authored
Revert "Docker: Add default value for env var SE_NODE_GRID_URL" (#2890)
Revert "Docker: Add default value for env var `SE_NODE_GRID_URL` (#2876)" This reverts commit 2b0aff2. Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 74251c1 commit 6cee806

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

ENV_VARIABLES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
| SE_SUPERVISORD_PID_FILE | /tmp/supervisord.pid | Default pid file will be created by supervisord | |
2424
| SE_DRAIN_AFTER_SESSION_COUNT | 0 | Drain and detach node from grid after session count exceeds | --drain-after-session-count |
2525
| SE_SUB_PATH | | A sub-path that should be considered for all user facing routes on the Hub/Router/Standalone | --sub-path |
26-
| SE_NODE_GRID_URL | http://localhost:4444 | Node config, public URL of the Grid as a whole (typically the address of the Hub or the Router) | --grid-url |
26+
| SE_NODE_GRID_URL | | Node config, public URL of the Grid as a whole (typically the address of the Hub or the Router) | --grid-url |
2727
| SE_HUB_HOST | | Hub config, host address the Hub should listen on | --host |
2828
| SE_ROUTER_HOST | | Router config, host address the Router should listen on | --host |
2929
| SE_HUB_PORT | 4444 | Hub config, port the Hub should listen on (default 4444) | --port |

NodeBase/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ ENV LANG_WHICH=${LANG_WHICH} \
5757
SE_NODE_BROWSER_VERSION="stable" \
5858
SE_NODE_PLATFORM_NAME="Linux" \
5959
SE_NODE_DELETE_SESSION_ON_UI="true" \
60-
SE_NODE_GRID_URL="http://localhost:4444" \
6160
#============================
6261
# Some configuration options
6362
#============================

scripts/generate_list_env_vars/value.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
- name: SE_NODE_GRID_GRAPHQL_URL
102102
default: ''
103103
- name: SE_NODE_GRID_URL
104-
default: http://localhost:4444
104+
default: ''
105105
- name: SE_NODE_HEARTBEAT_PERIOD
106106
default: '30'
107107
- name: SE_NODE_HOST

0 commit comments

Comments
 (0)