Skip to content

Commit eb6fcbe

Browse files
Add node host as a configurable env variable
1 parent 20995d2 commit eb6fcbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NodeChrome/generate_config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ cat <<_EOF
1515
],
1616
"proxy": "org.openqa.grid.selenium.proxy.DefaultRemoteProxy",
1717
"maxSession": $NODE_MAX_SESSION,
18+
"host": $NODE_HOST,
1819
"port": $NODE_PORT,
1920
"register": true,
2021
"registerCycle": $NODE_REGISTER_CYCLE,

0 commit comments

Comments
 (0)