BitHub/config/sample.yml
2015-04-06 13:14:40 -07:00

22 lines
830 B
YAML

organization:
name: # Your name (eg. Open Whisper Systems)
donationUrl: # A Coinbase link where you can receive donations (eg. https://coinbase.com/checkouts/d29fd4c37ca442393e32fdcb95304701)
github:
user: # Your BitHub instance's GitHub username.
token: # Your BitHub instance's GitHub auth token.
webhook:
password: # HTTP basic auth. The username defaults to "bithub".
repositories: # A list of repository URLs to support payouts for.
- url: # A repository's URL
mode: # Either MONEYMONEY (default) or FREEBIE.
# The former will pay out on every commit, unless
# FREEBIE is specified in the message. The latter will
# only pay out if MONEYMONEY is specified in the message.
coinbase:
apiKey: # Your Coinbase API key.
apiSecret: # Your Coinbase API secret.