Files
calchat-pipeline/gitea/drone.env.example

10 lines
315 B
Plaintext

DRONE_GITEA_SERVER=https://gitea.example.com
DRONE_GITEA_CLIENT_ID=client-id
DRONE_GITEA_CLIENT_SECRET=client-secret
DRONE_GIT_ALWAYS_AUTH=true
DRONE_SERVER_PROTO=https
DRONE_SERVER_HOST=drone.example.com
DRONE_EXTERNAL_HOST=drone.example.com
DRONE_RPC_SECRET=rpc-secret
DRONE_USER_CREATE=username:admin,admin:true