initial commit
This commit is contained in:
20
drone/.env.example
Normal file
20
drone/.env.example
Normal file
@@ -0,0 +1,20 @@
|
||||
# DOMAIN_ROOT is the root domain that this service will register as with Traefik
|
||||
DOMAIN_ROOT=domain.ltd
|
||||
|
||||
# HOST_IP is the address of the host machine
|
||||
HOST_IP=192.168.0.69
|
||||
|
||||
# GITEA_CLIENT_ID is the client id for your oauth2 application
|
||||
GITEA_CLIENT_ID=XXX
|
||||
|
||||
# GITEA_CLIENT_SECRET is the secret for your oauth2 application
|
||||
GITEA_CLIENT_SECRET=gto_xxx
|
||||
|
||||
# GITEA_SERVER is the location of your gitea server
|
||||
GITEA_SERVER=https://gitea
|
||||
|
||||
# DRONE_RPC_SECRET is the rpc secret for the drone server
|
||||
DRONE_RPC_SECRET=xxx
|
||||
|
||||
# DRONE_USER is the username for the drone actions to run as
|
||||
DRONE_USER=user
|
Reference in New Issue
Block a user