{
component = {
jid = "component.localhost",
secret = "secret"
},
server = {
host = "localhost",
port = 5347
},
sgx = "component2.localhost",
creds = {
account = "00000",
username = "dashboard user",
password = "dashboard password"
},
bandwidth_site = "",
braintree = {
environment = "sandbox",
merchant_id = "",
public_key = "",
private_key = "",
merchant_accounts = {
USD = "",
CAD = ""
}
},
plans = ./plans.dhall
electrum = ./electrum.dhall,
oxr_app_id = "",
activation_amount = 15,
credit_card_url = \(jid: Text) -> \(customer_id: Text) ->
"https://pay.jmp.chat/${jid}/credit_cards?customer_id=${customer_id}"
}