anastasis-gtk

Demonstrator GUI for Anastasis
Log | Files | Refs | README | LICENSE

test_anastasis_reducer_4_free.conf (5563B)


      1 [anastasis-merchant-backend]
      2 PAYMENT_BACKEND_URL = http://localhost:9966/
      3 
      4 [authorization-question]
      5 CURRENCY = TESTKUDOS
      6 COST = TESTKUDOS:0.0
      7 
      8 [exchange]
      9 CURRENCY = TESTKUDOS
     10 CURRENCY_ROUND_UNIT = TESTKUDOS:0.01
     11 MAX_KEYS_CACHING = forever
     12 DB = postgres
     13 MASTER_PRIV_FILE = ${TALER_DATA_HOME}/exchange/offline-keys/master.priv
     14 SERVE = tcp
     15 UNIXPATH = ${TALER_RUNTIME_DIR}/exchange.http
     16 UNIXPATH_MODE = 660
     17 PORT = 8081
     18 BASE_URL = http://localhost:8081/
     19 SIGNKEY_DURATION = 2 weeks
     20 SIGNKEY_LEGAL_DURATION = 2 years
     21 LEGAL_DURATION = 2 years
     22 LOOKAHEAD_SIGN = 3 weeks 1 day
     23 LOOKAHEAD_PROVIDE = 2 weeks 1 day
     24 KEYDIR = ${TALER_DATA_HOME}/exchange/live-keys/
     25 REVOCATION_DIR = ${TALER_DATA_HOME}/exchange/revocations/
     26 TERMS_ETAG = 0
     27 PRIVACY_ETAG = 0
     28 
     29 [merchant]
     30 SERVE = tcp
     31 PORT = 9966
     32 UNIXPATH = ${TALER_RUNTIME_DIR}/merchant.http
     33 UNIXPATH_MODE = 660
     34 DEFAULT_WIRE_FEE_AMORTIZATION = 1
     35 DB = postgres
     36 WIREFORMAT = default
     37 WIRE_TRANSFER_DELAY = 1 minute
     38 DEFAULT_PAY_DEADLINE = 1 day
     39 DEFAULT_MAX_DEPOSIT_FEE = TESTKUDOS:0.1
     40 KEYFILE = ${TALER_DATA_HOME}/merchant/merchant.priv
     41 DEFAULT_MAX_WIRE_FEE = TESTKUDOS:0.10
     42 FORCE_AUDIT = YES
     43 
     44 [auditor]
     45 DB = postgres
     46 AUDITOR_PRIV_FILE = ${TALER_DATA_HOME}/auditor/offline-keys/auditor.priv
     47 SERVE = tcp
     48 UNIXPATH = ${TALER_RUNTIME_DIR}/exchange.http
     49 UNIXPATH_MODE = 660
     50 PORT = 8083
     51 AUDITOR_URL = http://localhost:8083/
     52 TINY_AMOUNT = TESTKUDOS:0.01
     53 BASE_URL = http://localhost:8083/
     54 
     55 [bank]
     56 DATABASE = postgres:///taler-auditor-basedb
     57 MAX_DEBT = TESTKUDOS:50.0
     58 MAX_DEBT_BANK = TESTKUDOS:100000.0
     59 HTTP_PORT = 8082
     60 SUGGESTED_EXCHANGE = http://localhost:8081/
     61 SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost/2?receiver-name=Exchange
     62 ALLOW_REGISTRATIONS = YES
     63 SERVE = http
     64 
     65 [exchangedb]
     66 IDLE_RESERVE_EXPIRATION_TIME = 4 weeks
     67 LEGAL_RESERVE_EXPIRATION_TIME = 7 years
     68 
     69 [exchange-account-1]
     70 PAYTO_URI = payto://x-taler-bank/localhost/Exchange?receiver-name=Exchange
     71 enable_debit = yes
     72 enable_credit = yes
     73 
     74 [exchange-accountcredentials-1]
     75 WIRE_GATEWAY_URL = http://localhost:8082/accounts/Exchange/taler-wire-gateway/
     76 WIRE_GATEWAY_AUTH_METHOD = basic
     77 USERNAME = Exchange
     78 PASSWORD = x
     79 
     80 [merchant-exchange-default]
     81 EXCHANGE_BASE_URL = http://localhost:8081/
     82 CURRENCY = TESTKUDOS
     83 
     84 [coin_kudos_ct_1]
     85 value = TESTKUDOS:0.01
     86 duration_withdraw = 7 days
     87 duration_spend = 2 years
     88 duration_legal = 3 years
     89 fee_withdraw = TESTKUDOS:0.01
     90 fee_deposit = TESTKUDOS:0.01
     91 fee_refresh = TESTKUDOS:0.01
     92 fee_refund = TESTKUDOS:0.01
     93 rsa_keysize = 1024
     94 CIPHER = RSA
     95 
     96 [coin_kudos_ct_10]
     97 value = TESTKUDOS:0.10
     98 duration_withdraw = 7 days
     99 duration_spend = 2 years
    100 duration_legal = 3 years
    101 fee_withdraw = TESTKUDOS:0.01
    102 fee_deposit = TESTKUDOS:0.01
    103 fee_refresh = TESTKUDOS:0.03
    104 fee_refund = TESTKUDOS:0.01
    105 rsa_keysize = 1024
    106 CIPHER = RSA
    107 
    108 [coin_kudos_1]
    109 value = TESTKUDOS:1
    110 duration_withdraw = 7 days
    111 duration_spend = 2 years
    112 duration_legal = 3 years
    113 fee_withdraw = TESTKUDOS:0.02
    114 fee_deposit = TESTKUDOS:0.02
    115 fee_refresh = TESTKUDOS:0.03
    116 fee_refund = TESTKUDOS:0.01
    117 rsa_keysize = 1024
    118 CIPHER = RSA
    119 
    120 [coin_kudos_2]
    121 value = TESTKUDOS:2
    122 duration_withdraw = 7 days
    123 duration_spend = 2 years
    124 duration_legal = 3 years
    125 fee_withdraw = TESTKUDOS:0.03
    126 fee_deposit = TESTKUDOS:0.03
    127 fee_refresh = TESTKUDOS:0.04
    128 fee_refund = TESTKUDOS:0.02
    129 rsa_keysize = 1024
    130 CIPHER = RSA
    131 
    132 [coin_kudos_4]
    133 value = TESTKUDOS:4
    134 duration_withdraw = 7 days
    135 duration_spend = 2 years
    136 duration_legal = 3 years
    137 fee_withdraw = TESTKUDOS:0.03
    138 fee_deposit = TESTKUDOS:0.03
    139 fee_refresh = TESTKUDOS:0.04
    140 fee_refund = TESTKUDOS:0.02
    141 rsa_keysize = 1024
    142 CIPHER = RSA
    143 
    144 [coin_kudos_5]
    145 value = TESTKUDOS:5
    146 duration_withdraw = 7 days
    147 duration_spend = 2 years
    148 duration_legal = 3 years
    149 fee_withdraw = TESTKUDOS:0.01
    150 fee_deposit = TESTKUDOS:0.01
    151 fee_refresh = TESTKUDOS:0.03
    152 fee_refund = TESTKUDOS:0.01
    153 rsa_keysize = 1024
    154 CIPHER = RSA
    155 
    156 [coin_kudos_8]
    157 value = TESTKUDOS:8
    158 duration_withdraw = 7 days
    159 duration_spend = 2 years
    160 duration_legal = 3 years
    161 fee_withdraw = TESTKUDOS:0.05
    162 fee_deposit = TESTKUDOS:0.02
    163 fee_refresh = TESTKUDOS:0.03
    164 fee_refund = TESTKUDOS:0.04
    165 rsa_keysize = 1024
    166 CIPHER = RSA
    167 
    168 [coin_kudos_10]
    169 value = TESTKUDOS:10
    170 duration_withdraw = 7 days
    171 duration_spend = 2 years
    172 duration_legal = 3 years
    173 fee_withdraw = TESTKUDOS:0.01
    174 fee_deposit = TESTKUDOS:0.01
    175 fee_refresh = TESTKUDOS:0.03
    176 fee_refund = TESTKUDOS:0.01
    177 rsa_keysize = 1024
    178 CIPHER = RSA
    179 
    180 [authorization-sms]
    181 CURRENCY = TESTKUDOS
    182 COST = TESTKUDOS:0.0
    183 ENABLED = yes
    184 COMMAND = /bin/false
    185 
    186 [authorization-post]
    187 CURRENCY = TESTKUDOS
    188 COST = TESTKUDOS:1.0
    189 ENABLED = yes
    190 COMMAND = /bin/false
    191 
    192 [authorization-email]
    193 CURRENCY = TESTKUDOS
    194 COST = TESTKUDOS:0.0
    195 ENABLED = yes
    196 COMMAND = scat
    197 
    198 [authorization-iban]
    199 CURRENCY = EUR
    200 USERNAME = anastasis-credit-user
    201 WIRE_GATEWAY_URL = http://localhost:5001/accounts/anastasis/taler-revenue/
    202 COST = EUR:1
    203 ENABLED = yes
    204 BUSINESS_NAME = Person Credit
    205 CREDIT_IBAN = DE18446744073709551614
    206 WIRE_GATEWAY_AUTH_METHOD = basic
    207 PASSWORD = anastasis-credit-password
    208 
    209 [arm]
    210 CONFIG = /research/anastasis/anastasis-gtk/src/testing/test_anastasis_reducer_4_free.conf
    211 
    212 [stasis-postgres]
    213 CONFIG = postgres:///anastasischeck4
    214 
    215 [anastasis]
    216 CURRENCY = TESTKUDOS
    217 ANNUAL_FEE = TESTKUDOS:0.0
    218 TRUTH_UPLOAD_FEE = TESTKUDOS:0.0
    219 INSURANCE = TESTKUDOS:1.0
    220 PROVIDER_SALT = DUfO1KGOKYIFlFQ4
    221 BUSINESS_NAME = Data loss #4 Inc.
    222 UPLOAD_LIMIT_MB = 1
    223 ANNUAL_POLICY_UPLOAD_LIMIT = 42
    224 PORT = 8089
    225 
    226 [PATHS]
    227 TALER_HOME = ${PWD}/test_reducer_home/
    228 TALER_DATA_HOME = $TALER_HOME/.local/share/taler/
    229 TALER_CONFIG_HOME = $TALER_HOME/.config/taler/
    230 TALER_CACHE_HOME = $TALER_HOME/.cache/taler/
    231 TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/taler-system-runtime/