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.
13 lines
267 B
13 lines
267 B
6 years ago
|
##
|
||
|
## drone-runner-exec.sh -- drone-runner-exec(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_LOG_FILE=@l_prefix@/var/drone-runner-exec/log/drone-runner-exec.log
|
||
|
|