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.
12 lines
191 B
12 lines
191 B
6 years ago
|
##
|
||
|
## drone-runner-ssh.sh -- drone-runner-ssh(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
|
||
|
|