# This file is in the public domain. # [PATHS] TALER_TEST_HOME = test_merchant_api_home/ [taler] CURRENCY = EUR CURRENCY_ROUND_UNIT = EUR:0.01 [taler-helper-crypto-rsa] LOOKAHEAD_SIGN = 10 days [taler-helper-crypto-eddsa] LOOKAHEAD_SIGN = 24 days DURATION = 14 days [bank] HTTP_PORT = 8082 [merchant] PORT = 8080 [merchantdb-postgres] CONFIG = postgres:///talercheck [merchant-exchange-test] MASTER_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG EXCHANGE_BASE_URL = http://localhost:8081/ CURRENCY = EUR [exchange] AML_THRESHOLD = EUR:1000000 PORT = 8081 MASTER_PUBLIC_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG BASE_URL = "http://localhost:8081/" STEFAN_ABS = "EUR:5" [exchangedb-postgres] CONFIG = "postgres:///talercheck" [auditordb-postgres] CONFIG = postgres:///talercheck [exchange-account-exchange] PAYTO_URI = "payto://x-taler-bank/localhost/2?receiver-name=2" ENABLE_DEBIT = YES ENABLE_CREDIT = YES [exchange-accountcredentials-exchange] WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/" WIRE_GATEWAY_AUTH_METHOD = NONE