config, test passes now
This commit is contained in:
parent
4442df7a1a
commit
27f8fc8bb7
@ -73,6 +73,8 @@ WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-1.json
|
|||||||
# Which wire plugin should we used to access the account?
|
# Which wire plugin should we used to access the account?
|
||||||
METHOD = x-taler-bank
|
METHOD = x-taler-bank
|
||||||
|
|
||||||
|
WIRE_GATEWAY_URL = "http://localhost:9081/42/"
|
||||||
|
|
||||||
# ENABLE_CREDIT = YES
|
# ENABLE_CREDIT = YES
|
||||||
|
|
||||||
[account-2]
|
[account-2]
|
||||||
@ -83,8 +85,14 @@ URL = "payto://x-taler-bank/localhost/2"
|
|||||||
# wallets with the bank information for transfers to the exchange.
|
# wallets with the bank information for transfers to the exchange.
|
||||||
WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-2.json
|
WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-2.json
|
||||||
|
|
||||||
|
WIRE_GATEWAY_AUTH_METHOD = basic
|
||||||
|
USERNAME = Exchange
|
||||||
|
PASSWORD = x
|
||||||
|
|
||||||
METHOD = x-taler-bank
|
METHOD = x-taler-bank
|
||||||
|
|
||||||
|
WIRE_GATEWAY_URL = "http://localhost:9081/2/"
|
||||||
|
|
||||||
# Authentication information for basic authentication
|
# Authentication information for basic authentication
|
||||||
TALER_BANK_AUTH_METHOD = "basic"
|
TALER_BANK_AUTH_METHOD = "basic"
|
||||||
USERNAME = user
|
USERNAME = user
|
||||||
|
Loading…
Reference in New Issue
Block a user