gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: merchant standalo


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: merchant standalone backend URL
Date: Thu, 12 Jan 2017 15:38:10 +0100

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 6ae46df  merchant standalone backend URL
6ae46df is described below

commit 6ae46dfdc042378ce083a8f324e214e3acfcb251
Author: Florian Dold <address@hidden>
AuthorDate: Thu Jan 12 15:36:32 2017 +0100

    merchant standalone backend URL
---
 config/generate-config | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/config/generate-config b/config/generate-config
index 668b349..1f1f4aa 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -85,9 +85,14 @@ def config(currency, envname, exchange_pub, standalone):
         cfg_put("merchant-exchange-test", "URI", 
"https://env.taler.net/{}/exchange/".format(envname))
     else:
         cfg_put("merchant-exchange-test", "URI", 
"https://exchange.{}.taler.net/".format(envname))
+
     cfg_put("merchant-exchange-test", "MASTER_KEY", exchange_pub)
 
-    cfg_put("frontends", "BACKEND", 
"https://shop.{}.taler.net/backend/".format(envname))
+    if standalone:
+        cfg_put("frontends", "BACKEND", 
"https://env.taler.net/{}/merchant-backend/".format(envname))
+    else:
+        cfg_put("frontends", "BACKEND", 
"https://shop.{}.taler.net/backend/".format(envname))
+
     cfg_put("frontends", "FRACTION", "100000000")
 
     cfg_put("exchange", "serve", "unix")

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



reply via email to

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