mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 02:12:19 +00:00
Add missing flag and docs (#825)
* Add missing flag and docs Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at> Co-authored-by: Anbraten <anton@ju60.de>
This commit is contained in:
committed by
GitHub
parent
2f6f44417d
commit
c16d42f81e
@@ -169,9 +169,10 @@ var flags = []cli.Flag{
|
||||
Usage: "url used for calling configuration service endpoint",
|
||||
},
|
||||
&cli.StringFlag{
|
||||
EnvVars: []string{"WOODPECKER_CONFIG_SERVICE_SECRET"},
|
||||
Name: "config-service-secret",
|
||||
Usage: "secret to sign requests send to configuration service",
|
||||
EnvVars: []string{"WOODPECKER_CONFIG_SERVICE_SECRET"},
|
||||
Name: "config-service-secret",
|
||||
Usage: "secret to sign requests send to configuration service",
|
||||
FilePath: os.Getenv("WOODPECKER_CONFIG_SERVICE_SECRET_FILE"),
|
||||
},
|
||||
&cli.StringFlag{
|
||||
EnvVars: []string{"WOODPECKER_DATABASE_DRIVER"},
|
||||
|
Reference in New Issue
Block a user