config.dhall.sample
1{
2 component = {
3 jid = "component.localhost",
4 secret = "secret"
5 },
6 server = {
7 host = "localhost",
8 port = 5347
9 },
10 sgx = "component2.localhost",
11 creds = toMap {
12 nick = "userid",
13 username = "token",
14 password = "secret"
15 },
16 braintree = {
17 environment = "sandbox",
18 merchant_id = "",
19 public_key = "",
20 private_key = "",
21 merchant_accounts = {
22 USD = "",
23 CAD = ""
24 }
25 },
26 plans = ./plans.dhall
27}