test-taler-exchange-aggregator-postgres.conf (1563B)
1 # This file is in the public domain. 2 3 [PATHS] 4 # Persistent data storage for the testcase 5 TALER_TEST_HOME = test_taler_exchange_httpd_home/ 6 7 [taler-exchange-secmod-rsa] 8 # Reduce from 1 year to speed up test 9 LOOKAHEAD_SIGN = 24 days 10 11 [taler-exchange-secmod-eddsa] 12 LOOKAHEAD_SIGN = 24 days 13 DURATION = 14 days 14 15 [exchange] 16 CURRENCY = EUR 17 CURRENCY_ROUND_UNIT = EUR:0.01 18 AML_THRESHOLD = EUR:1000000 19 DB = postgres 20 PORT = 8081 21 MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG 22 BASE_URL = "http://localhost:8081/" 23 24 [auditor] 25 BASE_URL = "http://auditor.example.com/" 26 PORT = 8083 27 28 [auditordb-postgres] 29 CONFIG = "postgres:///talercheck" 30 31 [exchangedb] 32 IDLE_RESERVE_EXPIRATION_TIME = 4 weeks 33 LEGAL_RESERVE_EXPIRATION_TIME = 7 years 34 35 [exchangedb-postgres] 36 CONFIG = postgres:///talercheck 37 38 [exchange-account-1] 39 # What is the account URL? 40 PAYTO_URI = "payto://x-taler-bank/localhost/2?receiver-name=2" 41 ENABLE_DEBIT = YES 42 ENABLE_CREDIT = YES 43 44 [exchange-accountcredentials-1] 45 WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/" 46 WIRE_GATEWAY_AUTH_METHOD = basic 47 USERNAME = Exchange 48 PASSWORD = password 49 50 [admin-accountcredentials-1] 51 WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/" 52 WIRE_GATEWAY_AUTH_METHOD = basic 53 USERNAME = Exchange 54 PASSWORD = password 55 56 [bank] 57 HTTP_PORT = 8082 58 59 [coin_eur_ct_1] 60 value = EUR:0.01 61 duration_withdraw = 7 days 62 duration_spend = 2 years 63 duration_legal = 3 years 64 fee_withdraw = EUR:0.00 65 fee_deposit = EUR:0.00 66 fee_refresh = EUR:0.01 67 fee_refund = EUR:0.01 68 CIPHER = RSA 69 rsa_keysize = 1024