add drone yml
This commit is contained in:
8
server/templates/env-drone.j2
Normal file
8
server/templates/env-drone.j2
Normal file
@@ -0,0 +1,8 @@
|
||||
# Drone secret key, used for private communication between agents and web UI
|
||||
DRONE_USER_CREATE=
|
||||
DRONE_USER_FILTER= {{ drone_user_filter }}
|
||||
DRONE_GITEA_SERVER={{ drone_gitea_server }}
|
||||
DRONE_GITEA_CLIENT_ID={{ drone_gitea_client_id }}
|
||||
DRONE_GITEA_CLIENT_SECRET={{ drone_gitea_client_secret }}
|
||||
DRONE_RPC_SECRET={{ drone_rpc_secret }}
|
||||
DRONE_SERVER_HOST={{ drone_server_host }}
|
Reference in New Issue
Block a user