fix configs for test

This commit is contained in:
Christian Grothoff 2020-01-14 14:09:48 +01:00
parent 87aa8b54cc
commit 088e6c5f3c
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
3 changed files with 5 additions and 7 deletions

@ -1 +1 @@
Subproject commit 934a6a18301e81c4fd1b3a8cda2dc13dca4741cc Subproject commit ca53235ccfa0458ebf11c204888ca370e20ec3f5

View File

@ -71,7 +71,7 @@ URL = "payto://x-taler-bank/localhost:8082/42"
# 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-1.json 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?
PLUGIN = taler_bank METHOD = x-taler-bank
# ENABLE_CREDIT = YES # ENABLE_CREDIT = YES
@ -84,7 +84,7 @@ URL = "payto://x-taler-bank/localhost:8082/2"
WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-2.json WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-2.json
# Which wire plugin should we used to access the account? # Which wire plugin should we used to access the account?
PLUGIN = taler_bank METHOD = x-taler-bank
# Authentication information for basic authentication # Authentication information for basic authentication
TALER_BANK_AUTH_METHOD = "basic" TALER_BANK_AUTH_METHOD = "basic"

View File

@ -73,8 +73,7 @@ WIRE_RESPONSE = ${TALER_CONFIG_HOME}/iban.json
# What is the URL of our bank account? Must match WIRE_RESPONSE above! # What is the URL of our bank account? Must match WIRE_RESPONSE above!
URL = payto://x-taler-bank/localhost:8080/42 URL = payto://x-taler-bank/localhost:8080/42
# Which plugin implements access for this account? METHOD = "x-taler-bank"
PLUGIN = "taler_bank"
[account-2] [account-2]
@ -85,8 +84,7 @@ WIRE_RESPONSE = ${TALER_CONFIG_HOME}/x-taler-bank.json
# What is the URL of our bank account? Must match WIRE_RESPONSE above! # What is the URL of our bank account? Must match WIRE_RESPONSE above!
URL = payto://x-taler-bank/localhost:8082/2 URL = payto://x-taler-bank/localhost:8082/2
# Which plugin implements access for this account? METHOD = "x-taler-bank"
PLUGIN = "taler_bank"
# Authentication information for basic authentication # Authentication information for basic authentication
TALER_BANK_AUTH_METHOD = "basic" TALER_BANK_AUTH_METHOD = "basic"