gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: use https for taler.net enviro


From: gnunet
Subject: [taler-deployment] branch master updated: use https for taler.net environment
Date: Tue, 13 Oct 2020 11:29:13 +0200

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 39ae407  use https for taler.net environment
39ae407 is described below

commit 39ae407103d2b4147df8276124d75ee72974571d
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Tue Oct 13 14:59:07 2020 +0530

    use https for taler.net environment
---
 bin/taler_urls.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/taler_urls.py b/bin/taler_urls.py
index 27a4f81..d80615c 100644
--- a/bin/taler_urls.py
+++ b/bin/taler_urls.py
@@ -7,11 +7,11 @@ taler_urls = dict(
         bank = "https://bank.{}.taler.net/";,
         backoffice = "https://backoffice.{}.taler.net/";,
         exchange = "https://exchange.{}.taler.net/";,
-        merchant_backend = "http://backend.{}.taler.net/";,
+        merchant_backend = "https://backend.{}.taler.net/";,
         landing = "https://{}.taler.net/";,
-        survey = "http://survey.{}.taler.net/";,
-        auditor = "http://auditor.{}.taler.net/";,
-        sync = "http://sync.{}.taler.net/";,
+        survey = "https://survey.{}.taler.net/";,
+        auditor = "https://auditor.{}.taler.net/";,
+        sync = "https://sync.{}.taler.net/";,
         talerbank_payto = "payto://x-taler-bank/bank.{}.taler.net/"
     ),
     offline = dict(

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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