mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-17 22:29:55 +05:00
13 lines
578 B
Django/Jinja
13 lines
578 B
Django/Jinja
DRONE_GITHUB_CLIENT_ID={{ drone_github_client_id }}
|
|
DRONE_GITHUB_CLIENT_SECRET={{ drone_github_client_secret }}
|
|
DRONE_SERVER_PROTO=http
|
|
DRONE_SERVER_PROXY_PROTO=https
|
|
DRONE_SERVER_HOST={{ drone_server_host }}
|
|
DRONE_VALIDATE_PLUGIN_ENDPOINT=http://{{ drone_validate_plugin_endpoint }}
|
|
DRONE_VALIDATE_PLUGIN_SECRET={{ drone_secret.stdout }}
|
|
DRONE_RPC_SECRET={{ drone_secret.stdout }}
|
|
DRONE_USER_CREATE=username:{{ drone_user_create }},admin:true,token:{{ drone_token.stdout }}
|
|
DRONE_USER_FILTER={{ drone_user_filter | join(',') }}
|
|
DRONE_SERVER_PORT=":80"
|
|
DRONE_LOGS_DEBUG=true
|