You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: ENV_VARIABLES.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
| SE_SUPERVISORD_PID_FILE | /tmp/supervisord.pid | Default pid file will be created by supervisord ||
24
24
| SE_DRAIN_AFTER_SESSION_COUNT | 0 | Drain and detach node from grid after session count exceeds | --drain-after-session-count |
25
25
| 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 |
27
27
| SE_HUB_HOST || Hub config, host address the Hub should listen on | --host |
28
28
| SE_ROUTER_HOST || Router config, host address the Router should listen on | --host |
29
29
| SE_HUB_PORT | 4444 | Hub config, port the Hub should listen on (default 4444) | --port |
0 commit comments