File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ const (
3232 EnvVarMainServerURI = "N8N_MAIN_URI"
3333
3434 // EnVarTaskBrokerURI is the env var for the URI of the n8n main
35- // instance's runner server. Do not confuse with `N8N_RUNNER_URI`.
35+ // instance's runner server.
3636 EnVarTaskBrokerURI = "N8N_TASK_BROKER_URI"
3737
3838 // ------------------------
3939 // runner
4040 // ------------------------
4141
42- // EnvVarRunnerServerURI is the env var for the URI of the runner's server. Do not
43- // confuse with `N8N_RUNNERS_N8N_URI`. Used for monitoring the runner's health
42+ // EnvVarRunnerServerURI is the env var for the URI of the runner's server.
43+ // Used for monitoring the runner's health.
4444 EnvVarRunnerServerURI = "N8N_RUNNER_URI"
4545
4646 // EnvVarRunnerServerEnabled is the env var for whether the runner's health
You can’t perform that action at this time.
0 commit comments