~singpolyma/sgx-jmp

ref: 045da39f25b74034e7bba44cb5f1db48a935ba84 sgx-jmp/config-schema.dhall -rw-r--r-- 1.4 KiB
045da39fStephen Paul Weber Hotfix: arguments in wrong order 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
{ activation_amount : Natural
, admins : List Text
, adr : 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
, 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_register : { from : Text, to : Text }
, xep0157 : List { label : Text, value : Text, var : Text }
}