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, keepgo : Optional { access_token : Text, api_key : Text }
25, notify_admin : Text
26, notify_from : Text
27, ogm_path : Text
28, ogm_web_root : Text
29, oxr_app_id : Text
30, payable : Text
31, plans :
32    List
33      { currency : < CAD | USD >
34      , messages :
35          < limited : { included : Natural, price : Natural } | unlimited >
36      , minutes :
37          < limited : { included : Natural, price : Natural } | unlimited >
38      , monthly_price : Natural
39      , name : Text
40      }
41, rev_ai_token : Text
42, server : { host : Text, port : Natural }
43, sgx : Text
44, sip : { app : Text, realm : Text }
45, sip_host : Text
46, snikket_hosting_api : Text
47, unbilled_targets : List Text
48, upstream_domain : Text
49, web : < Inet : { interface : Text, port : Natural } | Unix : Text >
50, web_register : { from : Text, to : Text }
51, web_root : Text
52, xep0157 : List { label : Text, value : Text, var : Text }
53}