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: use proper backen


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: use proper backend
Date: Sun, 07 Jan 2018 17:59:40 +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 7723f64  use proper backend
7723f64 is described below

commit 7723f64137d3005df6650d52cb0dd3ddc378e342
Author: Florian Dold <address@hidden>
AuthorDate: Fri Jan 5 18:31:01 2018 +0100

    use proper backend
---
 config/generate-config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/generate-config b/config/generate-config
index 195a396..459c45b 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -119,7 +119,7 @@ def config(currency, envname, exchange_pub, standalone):
     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", "backend", 
"https://backend.{}.taler.net/".format(envname))
 
     cfg_put("auditor", "auditor_priv_file", 
"${TALER_DEPLOYMENT_SHARED}/auditor/offline-keys/auditor.priv")
 

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



reply via email to

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