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, electrum : { rpc_password : Text, rpc_uri : Text, rpc_username : Text }
19, electrum_notify_url :
20    forall (address : Text) -> forall (customer_id : Text) -> Text
21, interac : Text
22, keep_area_codes : List Text
23, keep_area_codes_in : { account : Text, sip_peer_id : Text, site_id : Text }
24, notify_admin : Text
25, notify_from : Text
26, ogm_path : Text
27, ogm_web_root : Text
28, oxr_app_id : Text
29, payable : Text
30, plans :
31    List
32      { currency : < CAD | USD >
33      , messages :
34          < limited : { included : Natural, price : Natural } | unlimited >
35      , minutes :
36          < limited : { included : Natural, price : Natural } | unlimited >
37      , monthly_price : Natural
38      , name : Text
39      }
40, rev_ai_token : Text
41, server : { host : Text, port : Natural }
42, sgx : Text
43, sip : { app : Text, realm : Text }
44, sip_host : Text
45, snikket_hosting_api : Text
46, unbilled_targets : List Text
47, upstream_domain : Text
48, web : < Inet : { interface : Text, port : Natural } | Unix : Text >
49, web_register : { from : Text, to : Text }
50, web_root : Text
51, xep0157 : List { label : Text, value : Text, var : Text }
52}