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: no trailing slash


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: no trailing slash for proxied services
Date: Sat, 15 Jun 2019 19:12:39 +0200

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 2545ddd  no trailing slash for proxied services
2545ddd is described below

commit 2545ddd2e9e3b520d6e9589ec96da904ce2deaa7
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Jun 15 19:12:15 2019 +0200

    no trailing slash for proxied services
---
 config/generate-config | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/generate-config b/config/generate-config
index 7d4469b..09c79b0 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -70,7 +70,7 @@ def config(obj):
     if "test" == obj.envname:
         obj.cfg_put("twister", "serve", "unix")
         obj.cfg_put("twister", "chaos_rate", "20")
-        obj.cfg_put("twister", "destination_base_url", 
"https://backend.test.taler.net/";)
+        obj.cfg_put("twister", "destination_base_url", 
"https://backend.test.taler.net";)
         obj.cfg_put("twister", "serve_unixpath", "$HOME/sockets/twister.http")
         obj.cfg_put("twister", "serve_unixmode", "660")
         obj.cfg_put("twister", "unixpath", 
"$HOME/sockets/twister-control.sock")
@@ -323,7 +323,7 @@ def main(currency, envname, outdir, shared_outdir, 
exchange_pub, standalone):
         twist_exchange_conf = ConfigFile(standalone, envname, currency, 
exchange_pub, "twister-exchange.conf")
         twist_exchange_conf.cfg_put("twister", "serve", "unix")
         twist_exchange_conf.cfg_put("twister", "chaos_rate", "20")
-        twist_exchange_conf.cfg_put("twister", "destination_base_url", 
"https://exchange.test.taler.net/";)
+        twist_exchange_conf.cfg_put("twister", "destination_base_url", 
"https://exchange.test.taler.net";)
         twist_exchange_conf.cfg_put("twister", "serve_unixpath", 
"$HOME/sockets/twister-exchange.http")
         twist_exchange_conf.cfg_put("twister", "serve_unixmode", "660")
         twist_exchange_conf.cfg_put("twister", "unixpath", 
"$HOME/sockets/twister-exchange-control.sock")
@@ -335,7 +335,7 @@ def main(currency, envname, outdir, shared_outdir, 
exchange_pub, standalone):
         twist_bank_conf = ConfigFile(standalone, envname, currency, 
exchange_pub, "twister-bank.conf")
         twist_bank_conf.cfg_put("twister", "serve", "unix")
         twist_bank_conf.cfg_put("twister", "chaos_rate", "20")
-        twist_bank_conf.cfg_put("twister", "destination_base_url", 
"https://bank.test.taler.net/";)
+        twist_bank_conf.cfg_put("twister", "destination_base_url", 
"https://bank.test.taler.net";)
         twist_bank_conf.cfg_put("twister", "serve_unixpath", 
"$HOME/sockets/twister-bank.http")
         twist_bank_conf.cfg_put("twister", "serve_unixmode", "660")
         twist_bank_conf.cfg_put("twister", "unixpath", 
"$HOME/sockets/twister-bank-control.sock")

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



reply via email to

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