~singpolyma/sgx-jmp

ref: aedc5f1390efc7abf0f5c6488fea5e1c19a46ea7 sgx-jmp/config-schema.dhall -rw-r--r-- 1.5 KiB
aedc5f13Stephen Paul Weber Record Voicemail Greeting command 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{ activation_amount : Natural
, admins : List Text
, adr : Text
, bandwidth_app : Text
, bandwidth_peer : Text
, bandwidth_site : Text
, braintree :
    { environment : Text
    , merchant_accounts : { CAD : Text, USD : Text }
    , merchant_id : Text
    , private_key : Text
    , public_key : Text
    }
, catapult :
    { application_id : Text
    , domain : Text
    , secret : Text
    , sip_host : Text
    , token : Text
    , user : Text
    }
, component : { jid : Text, secret : Text }
, credit_card_url : forall (jid : Text) -> forall (customer_id : Text) -> Text
, creds : { account : Text, password : Text, username : Text }
, electrum : { rpc_password : Text, rpc_uri : Text, rpc_username : Text }
, electrum_notify_url :
    forall (address : Text) -> forall (customer_id : Text) -> Text
, interac : Text
, notify_admin : Text
, notify_from : Text
, ogm_path : Text
, ogm_web_root : Text
, oxr_app_id : Text
, payable : Text
, plans :
    List
      { currency : < CAD | USD >
      , messages :
          < limited : { included : Natural, price : Natural } | unlimited >
      , minutes :
          < limited : { included : Natural, price : Natural } | unlimited >
      , monthly_price : Natural
      , name : Text
      }
, server : { host : Text, port : Natural }
, sgx : Text
, sip_host : Text
, upstream_domain : Text
, web : < Inet : { interface : Text, port : Natural } | Unix : Text >
, web_register : { from : Text, to : Text }
, web_root : Text
, xep0157 : List { label : Text, value : Text, var : Text }
}