exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

batch.conf (4464B)


      1 [benchmark]
      2 MERCHANT_DETAILS = merchant_details.json
      3 BANK_DETAILS = bank_details.json
      4 
      5 [coin_kudos_10]
      6 rsa_keysize = 1024
      7 CIPHER = RSA
      8 fee_refund = TESTKUDOS:0.01
      9 fee_refresh = TESTKUDOS:0.03
     10 fee_deposit = TESTKUDOS:0.01
     11 fee_withdraw = TESTKUDOS:0.01
     12 duration_legal = 3 years
     13 duration_spend = 2 years
     14 duration_withdraw = 7 days
     15 value = TESTKUDOS:10
     16 
     17 [coin_kudos_8]
     18 rsa_keysize = 1024
     19 CIPHER = RSA
     20 fee_refund = TESTKUDOS:0.04
     21 fee_refresh = TESTKUDOS:0.03
     22 fee_deposit = TESTKUDOS:0.02
     23 fee_withdraw = TESTKUDOS:0.05
     24 duration_legal = 3 years
     25 duration_spend = 2 years
     26 duration_withdraw = 7 days
     27 value = TESTKUDOS:8
     28 
     29 [coin_kudos_5]
     30 rsa_keysize = 1024
     31 CIPHER = RSA
     32 fee_refund = TESTKUDOS:0.01
     33 fee_refresh = TESTKUDOS:0.03
     34 fee_deposit = TESTKUDOS:0.01
     35 fee_withdraw = TESTKUDOS:0.01
     36 duration_legal = 3 years
     37 duration_spend = 2 years
     38 duration_withdraw = 7 days
     39 value = TESTKUDOS:5
     40 
     41 [coin_kudos_4]
     42 rsa_keysize = 1024
     43 CIPHER = RSA
     44 fee_refund = TESTKUDOS:0.02
     45 fee_refresh = TESTKUDOS:0.04
     46 fee_deposit = TESTKUDOS:0.03
     47 fee_withdraw = TESTKUDOS:0.03
     48 duration_legal = 3 years
     49 duration_spend = 2 years
     50 duration_withdraw = 7 days
     51 value = TESTKUDOS:4
     52 
     53 [coin_kudos_2]
     54 rsa_keysize = 1024
     55 CIPHER = RSA
     56 fee_refund = TESTKUDOS:0.02
     57 fee_refresh = TESTKUDOS:0.04
     58 fee_deposit = TESTKUDOS:0.03
     59 fee_withdraw = TESTKUDOS:0.03
     60 duration_legal = 3 years
     61 duration_spend = 2 years
     62 duration_withdraw = 7 days
     63 value = TESTKUDOS:2
     64 
     65 [coin_kudos_1]
     66 rsa_keysize = 1024
     67 CIPHER = RSA
     68 fee_refund = TESTKUDOS:0.01
     69 fee_refresh = TESTKUDOS:0.03
     70 fee_deposit = TESTKUDOS:0.02
     71 fee_withdraw = TESTKUDOS:0.02
     72 duration_legal = 3 years
     73 duration_spend = 2 years
     74 duration_withdraw = 7 days
     75 value = TESTKUDOS:1
     76 
     77 [coin_kudos_ct_10]
     78 rsa_keysize = 1024
     79 CIPHER = RSA
     80 fee_refund = TESTKUDOS:0.01
     81 fee_refresh = TESTKUDOS:0.03
     82 fee_deposit = TESTKUDOS:0.01
     83 fee_withdraw = TESTKUDOS:0.01
     84 duration_legal = 3 years
     85 duration_spend = 2 years
     86 duration_withdraw = 7 days
     87 value = TESTKUDOS:0.10
     88 
     89 [coin_kudos_ct_1]
     90 rsa_keysize = 1024
     91 CIPHER = RSA
     92 fee_refund = TESTKUDOS:0.01
     93 fee_refresh = TESTKUDOS:0.01
     94 fee_deposit = TESTKUDOS:0.01
     95 fee_withdraw = TESTKUDOS:0.01
     96 duration_legal = 3 years
     97 duration_spend = 2 years
     98 duration_withdraw = 7 days
     99 value = TESTKUDOS:0.01
    100 
    101 [payments-generator]
    102 exchange = http://localhost:8081/
    103 exchange-admin = http://localhost:18080/
    104 exchange_admin = http://localhost:18080/
    105 merchant = http://localhost:9966/
    106 bank = http://localhost:8082/
    107 instance = default
    108 currency = TESTKUDOS
    109 
    110 [merchant-exchange-default]
    111 CURRENCY = TESTKUDOS
    112 EXCHANGE_BASE_URL = http://localhost:8081/
    113 MASTER_KEY = 2XPQZ7B7EERWT7GR0MF30HPFG4TA1J0CWCQ3XBD48PA4K7GVDBK0
    114 
    115 [merchant-account-merchant]
    116 ACTIVE_default = YES
    117 HONOR_default = YES
    118 PAYTO_URI = payto://x-taler-bank/localhost/42?receiver-name=merchant
    119 
    120 [exchange-accountcredentials-1]
    121 PASSWORD = password
    122 USERNAME = exchange
    123 WIRE_GATEWAY_AUTH_METHOD = basic
    124 WIRE_GATEWAY_URL = http://localhost:8082/accounts/exchange/taler-wire-gateway/
    125 
    126 [exchange-account-1]
    127 enable_credit = yes
    128 enable_debit = yes
    129 PAYTO_URI = payto://x-taler-bank/localhost/exchange?receiver-name=exchange
    130 
    131 [instance-default]
    132 NAME = Merchant Inc.
    133 KEYFILE = ${TALER_DATA_HOME}/merchant/default.priv
    134 
    135 [exchange]
    136 CURRENCY_ROUND_UNIT = TESTKUDOS:0.01
    137 CURRENCY = TESTKUDOS
    138 
    139 [merchantdb-postgres]
    140 CONFIG = postgres:///batch
    141 
    142 [merchant]
    143 DEFAULT_MAX_WIRE_FEE = TESTKUDOS:0.10
    144 KEYFILE = ${TALER_DATA_HOME}/merchant/merchant.priv
    145 DEFAULT_MAX_DEPOSIT_FEE = TESTKUDOS:0.1
    146 WIREFORMAT = default
    147 WIRE_TRANSFER_DELAY = 1 minute
    148 FORCE_AUDIT = YES
    149 UNIXPATH = ${TALER_RUNTIME_DIR}/merchant.http
    150 
    151 [exchangedb-postgres]
    152 CONFIG = postgres:///batch
    153 
    154 [exchange]
    155 LOOKAHEAD_SIGN = 32 weeks 1 day
    156 SIGNKEY_DURATION = 4 weeks
    157 MASTER_PUBLIC_KEY = 2XPQZ7B7EERWT7GR0MF30HPFG4TA1J0CWCQ3XBD48PA4K7GVDBK0
    158 SIGNKEY_LEGAL_DURATION = 4 weeks
    159 UNIXPATH = ${TALER_RUNTIME_DIR}/exchange.http
    160 
    161 [bank]
    162 SERVE = http
    163 ALLOW_REGISTRATIONS = YES
    164 SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost:8082/2?receiver-name=exchange
    165 SUGGESTED_EXCHANGE = http://localhost:8081/
    166 HTTP_PORT = 8082
    167 MAX_DEBT_BANK = TESTKUDOS:100000.0
    168 MAX_DEBT = TESTKUDOS:50.0
    169 DATABASE = postgres:///batch
    170 
    171 [auditordb-postgres]
    172 CONFIG = postgres:///batch
    173 
    174 [auditor]
    175 PUBLIC_KEY = JG9QFRG7R7BH9701420BD6M38NZW21MV9AR3QHYJEAHZ4S26B3HG
    176 TINY_AMOUNT = TESTKUDOS:0.01
    177 BASE_URL = http://localhost:8083/
    178 
    179 [PATHS]
    180 TALER_CACHE_HOME = $TALER_HOME/.cache/taler/
    181 TALER_CONFIG_HOME = $TALER_HOME/.config/taler/
    182 TALER_DATA_HOME = $TALER_HOME/.local/share/taler/
    183 TALER_HOME = ${PWD}/generate_auditordb_home/