Skip to content

Commit 61f3ade

Browse files
committed
Clean up doclines
1 parent ef56430 commit 61f3ade

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/env/env.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)