1{ activation_amount : Natural
2, admins : List Text
3, adr : Text
4, approved_domains : List { mapKey : Text, mapValue : Optional Text }
5, bandwidth_peer : Text
6, bandwidth_site : Text
7, braintree :
8 { environment : Text
9 , merchant_accounts : { CAD : Text, USD : Text }
10 , merchant_id : Text
11 , private_key : Text
12 , public_key : Text
13 }
14, component : { jid : Text, secret : Text }
15, credit_card_url : forall (jid : Text) -> forall (customer_id : Text) -> Text
16, creds : { account : Text, password : Text, username : Text }
17, electrum : { rpc_password : Text, rpc_uri : Text, rpc_username : Text }
18, electrum_notify_url :
19 forall (address : Text) -> forall (customer_id : Text) -> Text
20, interac : Text
21, notify_admin : Text
22, notify_from : Text
23, ogm_path : Text
24, ogm_web_root : Text
25, oxr_app_id : Text
26, payable : Text
27, plans :
28 List
29 { currency : < CAD | USD >
30 , messages :
31 < limited : { included : Natural, price : Natural } | unlimited >
32 , minutes :
33 < limited : { included : Natural, price : Natural } | unlimited >
34 , monthly_price : Natural
35 , name : Text
36 }
37, server : { host : Text, port : Natural }
38, sgx : Text
39, sip : { app : Text, realm : Text }
40, sip_host : Text
41, upstream_domain : Text
42, web : < Inet : { interface : Text, port : Natural } | Unix : Text >
43, web_register : { from : Text, to : Text }
44, web_root : Text
45, xep0157 : List { label : Text, value : Text, var : Text }
46}