summaryrefslogtreecommitdiffstats
path: root/Drone/drone-runner-exec/config
diff options
context:
space:
mode:
Diffstat (limited to 'Drone/drone-runner-exec/config')
-rw-r--r--Drone/drone-runner-exec/config13
1 files changed, 13 insertions, 0 deletions
diff --git a/Drone/drone-runner-exec/config b/Drone/drone-runner-exec/config
new file mode 100644
index 0000000..e352c93
--- /dev/null
+++ b/Drone/drone-runner-exec/config
@@ -0,0 +1,13 @@
+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