woodpecker: update conf
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
360762a7b6
commit
545b44ec47
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
# agent configuration
|
||||
|
||||
WOODPECKER_SERVER=localhost:9990
|
||||
WOODPECKER_SERVER=localhost:9992
|
||||
WOODPECKER_AGENT_SECRET=""
|
||||
WOODPECKER_HEALTHCHECK=false
|
||||
|
|
|
@ -17,7 +17,8 @@ WOODPECKER_GITEA_SECRET=""
|
|||
|
||||
# server
|
||||
WOODPECKER_HOST="https://drone.exemple.com"
|
||||
WOODPECKER_SERVER_ADDR=:9990
|
||||
WOODPECKER_SERVER_ADDR=:9991
|
||||
WOODPECKER_GRPC_ADDR=:9992
|
||||
|
||||
# secret
|
||||
WOODPECKER_AGENT_SECRET=""
|
||||
|
|
Loading…
Add table
Reference in a new issue