2021-06-19 14:58:02 +02:00
|
|
|
# This file is in the public domain.
|
2023-06-05 00:24:01 +02:00
|
|
|
@INLINE@ benchmark-common.conf
|
|
|
|
@INLINE@ coins-cs.conf
|
2021-06-19 14:58:02 +02:00
|
|
|
|
|
|
|
[exchange-account-2]
|
|
|
|
# What is the payto://-URL of the exchange (to generate wire response)
|
2023-06-05 00:24:01 +02:00
|
|
|
PAYTO_URI = "payto://x-taler-bank/localhost:8082/Exchange?receiver-name=Exchange"
|
|
|
|
ENABLE_DEBIT = YES
|
|
|
|
ENABLE_CREDIT = YES
|
2021-08-03 21:58:36 +02:00
|
|
|
|
|
|
|
[exchange-accountcredentials-2]
|
2021-06-19 14:58:02 +02:00
|
|
|
# What is the bank account (with the "Taler Bank" demo system)? Must end with "/".
|
|
|
|
WIRE_GATEWAY_URL = http://localhost:8082/Exchange/
|
|
|
|
# Authentication information for basic authentication
|
|
|
|
WIRE_GATEWAY_AUTH_METHOD = "basic"
|
2023-06-05 00:24:01 +02:00
|
|
|
USERNAME = Exchange
|
|
|
|
PASSWORD = x
|