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