test_sync_api.conf (3023B)
1 # This file is in the public domain. 2 # 3 [PATHS] 4 TALER_TEST_HOME = test_sync_api_home/ 5 TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/${USER:-}/taler-system-runtime/ 6 TALER_DATA_HOME = $TALER_HOME/.local/share/taler/ 7 TALER_CONFIG_HOME = $TALER_HOME/.config/taler/ 8 TALER_CACHE_HOME = $TALER_HOME/.cache/taler/ 9 10 [taler-helper-crypto-rsa] 11 LOOKAHEAD_SIGN = 24 days 12 13 [taler-helper-crypto-eddsa] 14 LOOKAHEAD_SIGN = 24 days 15 DURATION = 14 days 16 17 [bank] 18 HTTP_PORT = 8082 19 20 [libeufin-bank] 21 CURRENCY = EUR 22 PORT = 8082 23 24 [libeufin-bankdb-postgres] 25 CONFIG = postgres:///synccheck 26 SQL_DIR = $DATADIR/sql/ 27 28 [sync] 29 CURRENCY = EUR 30 PORT = 8084 31 PAYMENT_BACKEND_URL = "http://localhost:8080/" 32 ANNUAL_FEE = EUR:4.99 33 UPLOAD_LIMIT_MB = 1 34 SERVE = tcp 35 36 [syncdb-postgres] 37 CONFIG = postgres:///synccheck 38 SQL_DIR = $DATADIR/sql/ 39 40 [merchant] 41 PORT = 8080 42 WIRE_TRANSFER_DELAY = 0 s 43 DB = postgres 44 DEFAULT_MAX_WIRE_FEE = EUR:0.10 45 DEFAULT_MAX_DEPOSIT_FEE = EUR:0.10 46 47 [merchantdb-postgres] 48 CONFIG = postgres:///synccheck 49 50 # Different instances operated by this merchant: 51 [instance-default] 52 KEYFILE = ${TALER_CONFIG_HOME}/merchant/default.priv 53 NAME = Kudos Inc. 54 55 [merchant-exchange-default] 56 EXCHANGE_BASE_URL = http://localhost:8081/ 57 MASTER_KEY = EAQTXN8S6QP081WRWG03N8SQ34PX492ATXSSWASJGRXCBP0QM7HG 58 CURRENCY = EUR 59 60 61 # only fixes skips. 62 [auditor] 63 BASE_URL = http://the.auditor/ 64 65 [exchange] 66 CURRENCY = EUR 67 CURRENCY_ROUND_UNIT = EUR:0.01 68 AML_THRESHOLD = EUR:1000000 69 DB = postgres 70 PORT = 8081 71 SIGNKEY_LEGAL_DURATION = 2 years 72 MASTER_PUBLIC_KEY = EAQTXN8S6QP081WRWG03N8SQ34PX492ATXSSWASJGRXCBP0QM7HG 73 BASE_URL = "http://localhost:8081/" 74 STEFAN_ABS = "EUR:5" 75 76 [exchangedb-postgres] 77 CONFIG = "postgres:///synccheck" 78 79 [exchange-account-exchange] 80 PAYTO_URI = "payto://x-taler-bank/localhost:8082/2?receiver-name=exchange" 81 ENABLE_DEBIT = YES 82 ENABLE_CREDIT = YES 83 84 [exchange-accountcredentials-exchange] 85 WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/" 86 WIRE_GATEWAY_AUTH_METHOD = NONE 87 88 [admin-accountcredentials-exchange] 89 WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/" 90 WIRE_GATEWAY_AUTH_METHOD = NONE 91 92 [coin_eur_ct_1] 93 value = EUR:0.01 94 duration_withdraw = 7 days 95 duration_spend = 2 years 96 duration_legal = 3 years 97 fee_withdraw = EUR:0.00 98 fee_deposit = EUR:0.00 99 fee_refresh = EUR:0.01 100 fee_refund = EUR:0.01 101 rsa_keysize = 1024 102 cipher = RSA 103 104 [coin_eur_ct_10] 105 value = EUR:0.10 106 duration_withdraw = 7 days 107 duration_spend = 2 years 108 duration_legal = 3 years 109 fee_withdraw = EUR:0.01 110 fee_deposit = EUR:0.01 111 fee_refresh = EUR:0.03 112 fee_refund = EUR:0.01 113 rsa_keysize = 1024 114 cipher = RSA 115 116 [coin_eur_1] 117 value = EUR:1 118 duration_withdraw = 7 days 119 duration_spend = 2 years 120 duration_legal = 3 years 121 fee_withdraw = EUR:0.01 122 fee_deposit = EUR:0.01 123 fee_refresh = EUR:0.03 124 fee_refund = EUR:0.01 125 rsa_keysize = 1024 126 cipher = RSA 127 128 [coin_eur_5] 129 value = EUR:5 130 duration_withdraw = 7 days 131 duration_spend = 2 years 132 duration_legal = 3 years 133 fee_withdraw = EUR:0.01 134 fee_deposit = EUR:0.01 135 fee_refresh = EUR:0.03 136 fee_refund = EUR:0.01 137 rsa_keysize = 1024 138 cipher = RSA