You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
251 B
14 lines
251 B
6 years ago
|
##
|
||
|
## drone-runner-docker.sh -- drone-runner-docker(8) configuration
|
||
|
##
|
||
|
|
||
|
GODEBUG=netdns=go
|
||
|
DRONE_DEBUG=true
|
||
|
|
||
|
DRONE_RPC_PROTO=http
|
||
|
DRONE_RPC_HOST=127.0.0.1:9000
|
||
|
DRONE_RPC_SECRET=the-server-secret
|
||
|
DRONE_RUNNER_CAPACITY=4
|
||
|
DRONE_RUNNER_NAME=${HOSTNAME}
|
||
|
|