14 lines
374 B
Plaintext
14 lines
374 B
Plaintext
|
DRONE_RUNNER_NAME=$RUNNERHOST
|
||
|
DRONE_HTTP_BIND=127.0.0.3:3000
|
||
|
DRONE_RPC_PROTO=https
|
||
|
DRONE_RPC_HOST=$RUNNERINTRANET
|
||
|
DRONE_RPC_SECRET=$RPCSEC
|
||
|
DRONE_UI_USERNAME=$RUNNERUSER
|
||
|
DRONE_UI_PASSWORD=$RUNNERPASS
|
||
|
DRONE_UI_REALM=DroneRealm
|
||
|
DRONE_LOG_FILE=/var/log/drone-runner-exec/log.txt
|
||
|
DRONE_LOG_FILE_MAX_SIZE=10
|
||
|
DRONE_LOG_FILE_MAX_AGE=30
|
||
|
DRONE_LOG_FILE_MAX_BACKUPS=7
|
||
|
DRONE_DEBUG=true
|