mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-20 22:28:35 +00:00
49 lines
No EOL
1 KiB
Text
49 lines
No EOL
1 KiB
Text
# Upstart configuration file for droned.
|
|
|
|
# Command line options:
|
|
#
|
|
# -datasource="drone.sqlite":
|
|
# -driver="sqlite3":
|
|
# -port=":8080":
|
|
# -workers="4":
|
|
#
|
|
#DRONED_OPTS="--port=:80"
|
|
|
|
# Email configuration
|
|
#DRONE_SMTP_HOST=
|
|
#DRONE_SMTP_PORT=
|
|
#DRONE_SMTP_FROM=
|
|
#DRONE_SMTP_USER=
|
|
#DRONE_SMTP_PASS=
|
|
|
|
# GitHub configuration
|
|
#DRONE_GITHUB_CLIENT=
|
|
#DRONE_GITHUB_SECRET=
|
|
|
|
# GitHub Enterprise configuration
|
|
#DRONE_GITHUB_ENTERPRISE_CLIENT=
|
|
#DRONE_GITHUB_ENTERPRISE_SECRET=
|
|
#DRONE_GITHUB_ENTERPRISE_URL=
|
|
#DRONE_GITHUB_ENTERPRISE_API=
|
|
#DRONE_GITHUB_ENTERPRISE_PRIVATE_MODE=false
|
|
|
|
# GitLab configuration
|
|
#DRONE_GITLAB_URL=
|
|
|
|
# Atlassian Bitbucket configuration
|
|
#DRONE_BITBUCKET_CLIENT=
|
|
#DRONE_BITBUCKET_SECRET=
|
|
|
|
# Atlassian Stash configuration
|
|
#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.
|
|
#DRONE_HIPCHAT_TOKEN=
|
|
#DRONE_SLACK_TOKEN=
|
|
#DRONE_ZAPIER_TOKEN= |