Former-commit-id: 0459047124f6c70de489b472d86deee9db7ba314 Former-commit-id: 66e2b5d312f8f40644191681d5fd375b2652a7971.0
parent
312b48244a
commit
be15edf08c
@ -1,18 +1,19 @@
|
||||
TZ=Asia/Shanghai
|
||||
IP=172.20.32.1
|
||||
PORT=9080
|
||||
#windows:DOCKER_SOCK=//var/run/docker.sock
|
||||
#linux:DOCKER_SOCK=/var/run/docker.sock
|
||||
DOCKER_SOCK=//var/run/docker.sock
|
||||
|
||||
#gitea
|
||||
GITEA_HTTP_PORT=3000
|
||||
GITEA_SSH_PORT=3022
|
||||
# required
|
||||
IP=
|
||||
|
||||
#drone
|
||||
DRONE_SERVER_HTTP_PORT=9080
|
||||
DRONE_SERVER_HTTPS_PORT=9443
|
||||
# linux
|
||||
DOCKER_SOCK=/var/run/docker.sock
|
||||
|
||||
# gitea
|
||||
# required
|
||||
DRONE_GITEA_CLIENT_ID=d3348ec2-ec0d-4a76-a80c-c668b7a5b998
|
||||
# required
|
||||
DRONE_GITEA_CLIENT_SECRET=Tuh4cP1qaDjBb9fVES6fgQb7VXhKzoYttuPvKnqfl-k=
|
||||
|
||||
# drone
|
||||
DRONE_SERVER_HTTP_PORT=9080
|
||||
DRONE_SERVER_HTTPS_PORT=9443
|
||||
DRONE_SERVER_PROTO=http
|
||||
DRONE_RPC_SECRET=bea26a2221fd8090ea38720fc445eca6
|
||||
DRONE_SERVER_PROTO=http
|
Loading…
Reference in new issue