Skip to content

Commit

Permalink
Clean up doclines
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Nov 25, 2024
1 parent ef56430 commit 61f3ade
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/env/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ const (
EnvVarMainServerURI = "N8N_MAIN_URI"

// EnVarTaskBrokerURI is the env var for the URI of the n8n main
// instance's runner server. Do not confuse with `N8N_RUNNER_URI`.
// instance's runner server.
EnVarTaskBrokerURI = "N8N_TASK_BROKER_URI"

// ------------------------
// runner
// ------------------------

// EnvVarRunnerServerURI is the env var for the URI of the runner's server. Do not
// confuse with `N8N_RUNNERS_N8N_URI`. Used for monitoring the runner's health
// EnvVarRunnerServerURI is the env var for the URI of the runner's server.
// Used for monitoring the runner's health.
EnvVarRunnerServerURI = "N8N_RUNNER_URI"

// EnvVarRunnerServerEnabled is the env var for whether the runner's health
Expand Down

0 comments on commit 61f3ade

Please sign in to comment.