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: use another port fo


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: use another port for the test, since it's already used on taler.net (see #5209)
Date: Sun, 10 Dec 2017 14:51:10 +0100

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

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new dbd20b2  use another port for the test, since it's already used on 
taler.net (see #5209)
dbd20b2 is described below

commit dbd20b2b84774d4c44aefd6cc218fdc753ceada4
Author: Florian Dold <address@hidden>
AuthorDate: Sun Dec 10 14:50:59 2017 +0100

    use another port for the test, since it's already used on taler.net (see 
#5209)
---
 src/lib/test_merchant_api.c    | 2 +-
 src/lib/test_merchant_api.conf | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index 73c944b..d68ed20 100644
--- a/src/lib/test_merchant_api.c
+++ b/src/lib/test_merchant_api.c
@@ -42,7 +42,7 @@
 /**
  * URI under which the exchange is reachable during the testcase.
  */
-#define EXCHANGE_URI "http://localhost:8081/";
+#define EXCHANGE_URI "http://localhost:8084/";
 
 /**
  * URI of the bank.
diff --git a/src/lib/test_merchant_api.conf b/src/lib/test_merchant_api.conf
index ccba23c..2b257f7 100644
--- a/src/lib/test_merchant_api.conf
+++ b/src/lib/test_merchant_api.conf
@@ -70,7 +70,7 @@ CLOSING-FEE-2026 = EUR:0.01
 
 
 [merchant-exchange-test]
-URI = http://localhost:8081/
+URI = http://localhost:8084/
 MASTER_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG
 
 [merchant-instance-default]
@@ -84,12 +84,12 @@ KEYFILE = tor_merchant.priv
 
 [merchant-instance-tip]
 KEYFILE = reserve_tip.priv
-TIP_EXCHANGE = http://localhost:8081/
+TIP_EXCHANGE = http://localhost:8084/
 TIP_RESERVE_PRIV_FILENAME = reserve_key.priv
 
 [merchant-instance-dtip]
 KEYFILE = reserve_dtip.priv
-TIP_EXCHANGE = http://localhost:8081/
+TIP_EXCHANGE = http://localhost:8084/
 TIP_RESERVE_PRIV_FILENAME = reserve_dkey.priv
 
 [merchant-instance-wireformat-tor]
@@ -137,7 +137,7 @@ ADDRESS = "Garching"
 DB = postgres
 
 # HTTP port the exchange listens to
-PORT = 8081
+PORT = 8084
 
 # 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]