diff options
Diffstat (limited to 'src/lib/test_exchange_api.conf')
-rw-r--r-- | src/lib/test_exchange_api.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/test_exchange_api.conf b/src/lib/test_exchange_api.conf index ccb5a7821..44ade0d91 100644 --- a/src/lib/test_exchange_api.conf +++ b/src/lib/test_exchange_api.conf @@ -66,12 +66,12 @@ CONFIG = "postgres:///talercheck" # advertised in /wire. [account-1] # What is the URL of our account? -URL = "payto://iban/CH9300762011623852957" +URL = "payto://x-taler-bank/localhost:8082/42" # This is the response we give out for the /wire request. It provides # wallets with the bank information for transfers to the exchange. WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-1.json # Which wire plugin should we used to access the account? -PLUGIN = ebics +PLUGIN = taler_bank # ENABLE_CREDIT = YES |