mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
Store agent ID in config file (#1888)
This commit is contained in:
@@ -58,7 +58,7 @@ A shared secret used by server and agents to authenticate communication. A secre
|
||||
### `WOODPECKER_AGENT_SECRET_FILE`
|
||||
> Default: empty
|
||||
|
||||
Read the value for `WOODPECKER_AGENT_SECRET` from the specified filepath
|
||||
Read the value for `WOODPECKER_AGENT_SECRET` from the specified filepath, e.g. `/etc/woodpecker/agent-secret.conf`
|
||||
|
||||
### `WOODPECKER_LOG_LEVEL`
|
||||
> Default: empty
|
||||
@@ -80,6 +80,11 @@ Disable colored debug output.
|
||||
|
||||
Configures the agent hostname.
|
||||
|
||||
### `WOODPECKER_AGENT_ID_FILE`
|
||||
> Default: `/etc/woodpecker/agent-id.conf`
|
||||
|
||||
Configures the path of the agent-id.conf file.
|
||||
|
||||
### `WOODPECKER_MAX_WORKFLOWS`
|
||||
> Default: `1`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user