make cherry picking test case pass
This commit is contained in:
parent
1f92ba59de
commit
a65d3f1800
@ -71,10 +71,12 @@ CONFIG = "postgres:///talercheck"
|
||||
WIRE_RESPONSE = ${TALER_CONFIG_HOME}/iban.json
|
||||
|
||||
# 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/42
|
||||
|
||||
METHOD = "x-taler-bank"
|
||||
|
||||
WIRE_GATEWAY_URL = "http://localhost:9082/42/"
|
||||
|
||||
|
||||
[account-2]
|
||||
# This is the response we give out for the /wire request. It provides
|
||||
@ -82,7 +84,9 @@ METHOD = "x-taler-bank"
|
||||
WIRE_RESPONSE = ${TALER_CONFIG_HOME}/x-taler-bank.json
|
||||
|
||||
# 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/2
|
||||
|
||||
WIRE_GATEWAY_URL = "http://localhost:9082/2/"
|
||||
|
||||
METHOD = "x-taler-bank"
|
||||
|
||||
@ -95,6 +99,9 @@ ENABLE_DEBIT = YES
|
||||
|
||||
ENABLE_CREDIT = YES
|
||||
|
||||
[bank]
|
||||
HTTP_PORT=8082
|
||||
|
||||
[fees-x-taler-bank]
|
||||
# Fees for the forseeable future...
|
||||
# If you see this after 2017, update to match the next 10 years...
|
||||
|
@ -1,5 +1,4 @@
|
||||
{
|
||||
"url": "payto://x-taler-bank/localhost:8082/2",
|
||||
"master_sig": "2MNAYBN0Q5VEJKFBGH2SRJQSV3QXA81FPXMFF5Y5YQQW1MRTDGJTZX35XHMCZFZ9SN9Q4TQ6MNM8EX7GPPD2MP8Q528A1D8RK7N9J38",
|
||||
"master_pub": "98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG"
|
||||
"url": "payto://x-taler-bank/localhost/2",
|
||||
"master_sig": "HEWC1XDS0QZ53YQR451VRKD4N968NXWGZXS30HJ59MJ0PESACK1ZYPYCAT15P08WD58C7D7F6EVN26D59JKA75XEBDQCM8VYFETK82R"
|
||||
}
|
Loading…
Reference in New Issue
Block a user