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.
26 lines
380 B
26 lines
380 B
DATA=../data/
|
|
LOG=../log/
|
|
TZ=Asia/Shanghai
|
|
|
|
# required
|
|
IP=0.0.0.0
|
|
|
|
# linux
|
|
DOCKER_SOCK=/var/run/docker.sock
|
|
|
|
# gitea
|
|
# required
|
|
DRONE_GITEA_CLIENT_ID=empty
|
|
# required
|
|
DRONE_GITEA_CLIENT_SECRET=empty
|
|
|
|
# drone
|
|
DRONE_SERVER_HTTP_PORT=9080
|
|
DRONE_SERVER_HTTPS_PORT=9443
|
|
DRONE_SERVER_PROTO=http
|
|
DRONE_RPC_SECRET=bea26a2221fd8090ea38720fc445eca6
|
|
|
|
# RSYNC
|
|
RSYNC_LOCAL=/root/publish/cicd
|
|
|