test_reducer.conf (5913B)
1 # This file is in the public domain. 2 [PATHS] 3 TALER_HOME = ${PWD}/test_reducer_home/ 4 TALER_DATA_HOME = $TALER_HOME/.local/share/taler/ 5 TALER_CONFIG_HOME = $TALER_HOME/.config/taler/ 6 TALER_CACHE_HOME = $TALER_HOME/.cache/taler/ 7 TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/${USER:-}/taler-system-runtime/ 8 9 [anastasis] 10 CURRENCY = TESTKUDOS 11 DB = postgres 12 ANNUAL_FEE = TESTKUDOS:4.99 13 TRUTH_UPLOAD_FEE = TESTKUDOS:0.01 14 UPLOAD_LIMIT_MB = 1 15 ANNUAL_POLICY_UPLOAD_LIMIT = 128 16 INSURANCE = TESTKUDOS:1.0 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 [exchange] 26 CURRENCY = TESTKUDOS 27 CURRENCY_ROUND_UNIT = TESTKUDOS:0.01 28 TINY_AMOUNT = TESTKUDOS:0.01 29 MASTER_PUBLIC_KEY = 3NX5DJDBD8XVGZYHV3PBF8C3Z4GK48XD59YY5GF3CZE8AJM04WSG 30 AML_THRESHOLD = TESTKUDOS:1000000 31 MAX_KEYS_CACHING = forever 32 DB = postgres 33 SERVE = tcp 34 UNIXPATH = ${TALER_RUNTIME_DIR}/exchange.http 35 UNIXPATH_MODE = 660 36 PORT = 8081 37 BASE_URL = http://localhost:8081/ 38 SIGNKEY_DURATION = 2 weeks 39 SIGNKEY_LEGAL_DURATION = 2 years 40 LEGAL_DURATION = 2 years 41 LOOKAHEAD_SIGN = 3 weeks 1 day 42 LOOKAHEAD_PROVIDE = 2 weeks 1 day 43 TERMS_ETAG = 0 44 PRIVACY_ETAG = 0 45 STEFAN_ABS = "TESTKUDOS:5" 46 47 # Account of the EXCHANGE 48 [exchange-account-1] 49 # What is the exchange's bank account (with the "Taler Bank" demo system)? 50 PAYTO_URI = payto://iban/SANDBOXX/DE989651?receiver-name=Exchange+Company 51 ENABLE_DEBIT = YES 52 ENABLE_CREDIT = YES 53 54 [exchange-accountcredentials-1] 55 WIRE_GATEWAY_URL = http://localhost:18082/accounts/exchange/taler-wire-gateway/ 56 WIRE_GATEWAY_AUTH_METHOD = basic 57 USERNAME = exchange 58 PASSWORD = x 59 60 61 [exchange-account-2] 62 PAYTO_URI = "payto://x-taler-bank/localhost/exchange?receiver-name=exchange" 63 ENABLE_DEBIT = YES 64 ENABLE_CREDIT = YES 65 66 [exchange-accountcredentials-2] 67 WIRE_GATEWAY_AUTH_METHOD = none 68 WIRE_GATEWAY_URL = "http://localhost:18082/accounts/exchange/taler-wire-gateway/" 69 70 [merchant] 71 SERVE = tcp 72 PORT = 9966 73 UNIXPATH = ${TALER_RUNTIME_DIR}/merchant.http 74 UNIXPATH_MODE = 660 75 DB = postgres 76 KEYFILE = ${TALER_DATA_HOME}/merchant/merchant.priv 77 78 # Ensure that merchant reports EVERY deposit confirmation to auditor 79 FORCE_AUDIT = YES 80 81 [auditor] 82 DB = postgres 83 AUDITOR_PRIV_FILE = ${TALER_DATA_HOME}/auditor/offline-keys/auditor.priv 84 SERVE = tcp 85 UNIXPATH = ${TALER_RUNTIME_DIR}/exchange.http 86 UNIXPATH_MODE = 660 87 PORT = 8083 88 AUDITOR_URL = http://localhost:8083/ 89 TINY_AMOUNT = TESTKUDOS:0.01 90 AUDITOR_PRIV_FILE = ${TALER_DATA_HOME}/auditor/offline-keys/auditor.priv 91 BASE_URL = "http://localhost:8083/" 92 93 [bank] 94 DATABASE = postgres:///taler-auditor-basedb 95 MAX_DEBT = TESTKUDOS:50.0 96 MAX_DEBT_BANK = TESTKUDOS:100000.0 97 HTTP_PORT = 18082 98 SUGGESTED_EXCHANGE = http://localhost:8081/ 99 SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost/2?receiver-name=Exchange 100 ALLOW_REGISTRATIONS = YES 101 SERVE = http 102 103 [libeufin-bank] 104 CURRENCY = TESTKUDOS 105 WIRE_TYPE = iban 106 IBAN_PAYTO_BIC = SANDBOXX 107 DEFAULT_CUSTOMER_DEBT_LIMIT = TESTKUDOS:200 108 DEFAULT_ADMIN_DEBT_LIMIT = TESTKUDOS:2000 109 REGISTRATION_BONUS_ENABLED = yes 110 REGISTRATION_BONUS = TESTKUDOS:100 111 SUGGESTED_WITHDRAWAL_EXCHANGE = http://localhost:8081/ 112 SERVE = tcp 113 PORT = 18082 114 115 [exchangedb] 116 IDLE_RESERVE_EXPIRATION_TIME = 4 weeks 117 LEGAL_RESERVE_EXPIRATION_TIME = 7 years 118 119 [auditordb-postgres] 120 CONFIG = "postgres:///talercheck" 121 122 [exchangedb-postgres] 123 CONFIG = "postgres:///talercheck" 124 125 [merchantdb-postgres] 126 CONFIG = "postgres:///talercheck" 127 128 [merchant-exchange-default] 129 EXCHANGE_BASE_URL = http://localhost:8081/ 130 CURRENCY = TESTKUDOS 131 MASTER_KEY = 3NX5DJDBD8XVGZYHV3PBF8C3Z4GK48XD59YY5GF3CZE8AJM04WSG 132 133 [payments-generator] 134 currency = TESTKUDOS 135 instance = default 136 bank = http://localhost:8082/ 137 merchant = http://localhost:9966/ 138 exchange_admin = http://localhost:18080/ 139 exchange-admin = http://localhost:18080/ 140 exchange = http://localhost:8081/ 141 142 [coin_kudos_ct_1] 143 value = TESTKUDOS:0.01 144 duration_withdraw = 7 days 145 duration_spend = 2 years 146 duration_legal = 3 years 147 fee_withdraw = TESTKUDOS:0.01 148 fee_deposit = TESTKUDOS:0.01 149 fee_refresh = TESTKUDOS:0.01 150 fee_refund = TESTKUDOS:0.01 151 rsa_keysize = 1024 152 CIPHER = RSA 153 154 [coin_kudos_ct_10] 155 value = TESTKUDOS:0.10 156 duration_withdraw = 7 days 157 duration_spend = 2 years 158 duration_legal = 3 years 159 fee_withdraw = TESTKUDOS:0.01 160 fee_deposit = TESTKUDOS:0.01 161 fee_refresh = TESTKUDOS:0.03 162 fee_refund = TESTKUDOS:0.01 163 rsa_keysize = 1024 164 CIPHER = RSA 165 166 [coin_kudos_1] 167 value = TESTKUDOS:1 168 duration_withdraw = 7 days 169 duration_spend = 2 years 170 duration_legal = 3 years 171 fee_withdraw = TESTKUDOS:0.02 172 fee_deposit = TESTKUDOS:0.02 173 fee_refresh = TESTKUDOS:0.03 174 fee_refund = TESTKUDOS:0.01 175 rsa_keysize = 1024 176 CIPHER = RSA 177 178 [coin_kudos_2] 179 value = TESTKUDOS:2 180 duration_withdraw = 7 days 181 duration_spend = 2 years 182 duration_legal = 3 years 183 fee_withdraw = TESTKUDOS:0.03 184 fee_deposit = TESTKUDOS:0.03 185 fee_refresh = TESTKUDOS:0.04 186 fee_refund = TESTKUDOS:0.02 187 rsa_keysize = 1024 188 CIPHER = RSA 189 190 [coin_kudos_4] 191 value = TESTKUDOS:4 192 duration_withdraw = 7 days 193 duration_spend = 2 years 194 duration_legal = 3 years 195 fee_withdraw = TESTKUDOS:0.03 196 fee_deposit = TESTKUDOS:0.03 197 fee_refresh = TESTKUDOS:0.04 198 fee_refund = TESTKUDOS:0.02 199 rsa_keysize = 1024 200 CIPHER = RSA 201 202 [coin_kudos_5] 203 value = TESTKUDOS:5 204 duration_withdraw = 7 days 205 duration_spend = 2 years 206 duration_legal = 3 years 207 fee_withdraw = TESTKUDOS:0.01 208 fee_deposit = TESTKUDOS:0.01 209 fee_refresh = TESTKUDOS:0.03 210 fee_refund = TESTKUDOS:0.01 211 rsa_keysize = 1024 212 CIPHER = RSA 213 214 [coin_kudos_8] 215 value = TESTKUDOS:8 216 duration_withdraw = 7 days 217 duration_spend = 2 years 218 duration_legal = 3 years 219 fee_withdraw = TESTKUDOS:0.05 220 fee_deposit = TESTKUDOS:0.02 221 fee_refresh = TESTKUDOS:0.03 222 fee_refund = TESTKUDOS:0.04 223 rsa_keysize = 1024 224 CIPHER = RSA 225 226 [coin_kudos_10] 227 value = TESTKUDOS:10 228 duration_withdraw = 7 days 229 duration_spend = 2 years 230 duration_legal = 3 years 231 fee_withdraw = TESTKUDOS:0.01 232 fee_deposit = TESTKUDOS:0.01 233 fee_refresh = TESTKUDOS:0.03 234 fee_refund = TESTKUDOS:0.01 235 rsa_keysize = 1024 236 CIPHER = RSA