mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
modified /etc/default/drone to use DRONE_ prefix for env vars
This commit is contained in:
parent
7305db0c11
commit
83fb9265a3
1 changed files with 21 additions and 21 deletions
42
debian/drone/etc/default/drone
vendored
42
debian/drone/etc/default/drone
vendored
|
@ -10,39 +10,39 @@
|
|||
#DRONED_OPTS="--port=:80"
|
||||
|
||||
# Email configuration
|
||||
#SMTP_HOST=
|
||||
#SMTP_PORT=
|
||||
#SMTP_FROM=
|
||||
#SMTP_USER=
|
||||
#SMTP_PASS=
|
||||
#DRONE_SMTP_HOST=
|
||||
#DRONE_SMTP_PORT=
|
||||
#DRONE_SMTP_FROM=
|
||||
#DRONE_SMTP_USER=
|
||||
#DRONE_SMTP_PASS=
|
||||
|
||||
# GitHub configuration
|
||||
#GITHUB_CLIENT=
|
||||
#GITHUB_SECRET=
|
||||
#DRONE_GITHUB_CLIENT=
|
||||
#DRONE_GITHUB_SECRET=
|
||||
|
||||
# GitHub Enterprise configuration
|
||||
#GITHUB_ENTERPRISE_CLIENT=
|
||||
#GITHUB_ENTERPRISE_SECRET=
|
||||
#GITHUB_ENTERPRISE_URL=
|
||||
#GITHUB_ENTERPRISE_API=
|
||||
#DRONE_GITHUB_ENTERPRISE_CLIENT=
|
||||
#DRONE_GITHUB_ENTERPRISE_SECRET=
|
||||
#DRONE_GITHUB_ENTERPRISE_URL=
|
||||
#DRONE_GITHUB_ENTERPRISE_API=
|
||||
|
||||
# GitLab configuration
|
||||
#GITLAB_URL=
|
||||
#DRONE_GITLAB_URL=
|
||||
|
||||
# Atlassian Bitbucket configuration
|
||||
#BITBUCKET_CLIENT=
|
||||
#BITBUCKET_SECRET=
|
||||
#DRONE_BITBUCKET_CLIENT=
|
||||
#DRONE_BITBUCKET_SECRET=
|
||||
|
||||
# Atlassian Stash configuration
|
||||
#STASH_CLIENT=
|
||||
#STASH_SECRET=
|
||||
#STASH_URL=
|
||||
#STASH_API=
|
||||
#DRONE_STASH_CLIENT=
|
||||
#DRONE_STASH_SECRET=
|
||||
#DRONE_STASH_URL=
|
||||
#DRONE_STASH_API=
|
||||
|
||||
# Optional global configuration options.
|
||||
#
|
||||
# This allows you, for example, to set a default Hipchat token
|
||||
# so that you don't need to specify in each .drone.yml file.
|
||||
#HIPCHAT_TOKEN=
|
||||
#SLACK_TOKEN=
|
||||
#ZAPIER_TOKEN=
|
||||
#DRONE_HIPCHAT_TOKEN=
|
||||
#DRONE_SLACK_TOKEN=
|
||||
#DRONE_ZAPIER_TOKEN=
|
Loading…
Reference in a new issue