-
Notifications
You must be signed in to change notification settings - Fork 105
Expand file tree
/
Copy pathconfig.yml.sample
More file actions
44 lines (34 loc) · 892 Bytes
/
config.yml.sample
File metadata and controls
44 lines (34 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
app_host: 'tip4commit.com'
github:
key: "111111111111"
secret: "111111111111"
auto_paginate: false
pages: 3
project_pages:
"torvalds/linux": 30
bitcoind:
rpc_connection_string: https://user:password@rpc.blockchain.info:443
account: 1M4bS4gPyA6Kb8w7aXsgth9oUZWcRk73tQ
devise:
secret: "111111111111"
application:
secret: "111111111111"
smtp_settings:
address: smtp.gmail.com
port: 587
domain: foobar.com
user_name: example@foobar.com
password: MY_PASSWORD
authentication: plain
enable_starttls_auto: true
# Uncomment to use airbrake/errbit
# airbrake:
# api_key: 111111111111
# host: errbit.tip4commit.com
tip: 0.01
min_payout: 100000
our_fee: 0.01
min_tip: 50000 # optional
deposit_address: 1M4bS4gPyA6Kb8w7aXsgth9oUZWcRk73tQ
# Can be testnet or mainnet
network: mainnet