fix config
This commit is contained in:
parent
72f07dde5b
commit
404888b0a2
@ -4,11 +4,12 @@ TINY_AMOUNT = TESTKUDOS:0.01
|
|||||||
|
|
||||||
[account-1]
|
[account-1]
|
||||||
WIRE_RESPONSE = ${TALER_DATA_HOME}/exchange/account-1.json
|
WIRE_RESPONSE = ${TALER_DATA_HOME}/exchange/account-1.json
|
||||||
url = payto://x-taler-bank/localhost:8082/2
|
url = payto://x-taler-bank/localhost/2
|
||||||
METHOD = x-taler-bank
|
METHOD = x-taler-bank
|
||||||
enable_debit = yes
|
enable_debit = yes
|
||||||
enable_credit = yes
|
enable_credit = yes
|
||||||
TALER_BANK_AUTH_METHOD = basic
|
WIRE_GATEWAY_URL = "http://localhost:8082/taler-wire-gateway/42/"
|
||||||
|
WIRE_GATEWAY_AUTH_METHOD = basic
|
||||||
USERNAME = Exchange
|
USERNAME = Exchange
|
||||||
PASSWORD = x
|
PASSWORD = x
|
||||||
|
|
||||||
@ -31,4 +32,4 @@ MAX_DEBT = TESTKUDOS:50.0
|
|||||||
MAX_DEBT_BANK = TESTKUDOS:100000.0
|
MAX_DEBT_BANK = TESTKUDOS:100000.0
|
||||||
HTTP_PORT = 8082
|
HTTP_PORT = 8082
|
||||||
SUGGESTED_EXCHANGE = http://localhost:8081/
|
SUGGESTED_EXCHANGE = http://localhost:8081/
|
||||||
SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost:8082/2
|
SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost/2
|
||||||
|
Loading…
Reference in New Issue
Block a user