summaryrefslogtreecommitdiffstats
path: root/examples/hierarchical-env/config/production.toml
blob: cd0c4cf458e8636f7cf673b630f5fc365a533809 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
debug = false

[sparkpost]
key = "sparkpost-prod-key"
token = "sparkpost-prod-token"

[twitter]
consumer_token = "twitter-prod-consumer-key"
consumer_secret = "twitter-prod-consumer-secret"

[braintree]
public_key = "braintree-prod-public-key"
private_key = "braintree-prod-private-key"