gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: fix configuration


From: gnunet
Subject: [taler-exchange] branch master updated: fix configuration
Date: Fri, 17 Jan 2020 17:22:00 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new b7a77805 fix configuration
b7a77805 is described below

commit b7a77805dc4689fffb78251f84a57f20ca655eb3
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Jan 17 17:21:58 2020 +0100

    fix configuration
---
 src/auditor/generate-auditor-basedb.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/auditor/generate-auditor-basedb.conf 
b/src/auditor/generate-auditor-basedb.conf
index 0799a6d3..da65627d 100644
--- a/src/auditor/generate-auditor-basedb.conf
+++ b/src/auditor/generate-auditor-basedb.conf
@@ -80,7 +80,7 @@ CURRENCY = TESTKUDOS
 [account-1]
 WIRE_RESPONSE = ${TALER_DATA_HOME}/exchange/account-1.json
 url = payto://x-taler-bank/localhost:8082/2
-plugin = taler_bank
+METHOD = x-taler-bank
 enable_debit = yes
 enable_credit = yes
 TALER_BANK_AUTH_METHOD = basic
@@ -90,7 +90,7 @@ PASSWORD = x
 [account-merchant]
 URL = payto://x-taler-bank/localhost:8082/3
 WIRE_RESPONSE = ${TALER_CONFIG_HOME}/merchant/account-3.json
-PLUGIN = taler_bank
+METHOD = x-taler-bank
 TALER_BANK_AUTH_METHOD = basic
 USERNAME = user
 PASSWORD = pass

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]