config-schema.dhall

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