gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: changing wire plugi


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: changing wire plugin specification from [exchange]WIREFORMAT to [exchange-wire-PLUGIN]enable=YES/NO
Date: Fri, 03 Mar 2017 19:24:47 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 7e1981f  changing wire plugin specification from [exchange]WIREFORMAT 
to [exchange-wire-PLUGIN]enable=YES/NO
7e1981f is described below

commit 7e1981f355f0ef3d3068f0e011c1973f10e0fd45
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Mar 3 19:23:26 2017 +0100

    changing wire plugin specification from [exchange]WIREFORMAT to 
[exchange-wire-PLUGIN]enable=YES/NO
---
 src/lib/test_merchant_api.conf | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/lib/test_merchant_api.conf b/src/lib/test_merchant_api.conf
index c05530f..9f8049b 100644
--- a/src/lib/test_merchant_api.conf
+++ b/src/lib/test_merchant_api.conf
@@ -30,7 +30,7 @@ EDATE = 3 week
 # Which plugin (backend) do we use for the DB.
 DB = postgres
 
-# Which wireformat do we use?
+# Wire format supported by the merchant.
 WIREFORMAT = test
 
 # This option is a list of instances which are to be used
@@ -39,6 +39,10 @@ WIREFORMAT = test
 # section like X-wireformat and merchant-instance-X
 INSTANCES = tor default
 
+[exchange-wire-test]
+# Enable 'test' for testing of the actual coin operations.
+ENABLE = YES
+
 [merchant-exchange-test]
 URI = http://localhost:8081/
 MASTER_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG
@@ -89,10 +93,10 @@ ADDRESS = "Garching"
 [exchange]
 # How to access our database
 DB = postgres
+
 # HTTP port the exchange listens to
 PORT = 8081
-# Wire format supported by the exchange
-WIREFORMAT = test
+
 # Our public key
 MASTER_PUBLIC_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG
 

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



reply via email to

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