9 lines
373 B
Django/Jinja
9 lines
373 B
Django/Jinja
# 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 }}
|