We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb10e9 commit ee2c038Copy full SHA for ee2c038
README.md
@@ -77,6 +77,10 @@ TUNNELER_PORT=sshport
77
; Depending on your network speeds you will want to modify the default of .5 seconds
78
TUNNELER_CONN_WAIT=500000
79
80
+; How often it is checked if the tunnel is created. Useful if the tunnel creation is sometimes slow,
81
+; and you want to minimize waiting times
82
+TUNNELER_CONN_TRIES=1
83
+
84
; Do you want to ensure you have the Tunnel in place for each bootstrap of the framework?
85
TUNNELER_ON_BOOT=false
86
0 commit comments