gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix URLs


From: gnunet
Subject: [taler-deployment] branch master updated: fix URLs
Date: Wed, 17 Feb 2021 07:58:03 +0100

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new be32070  fix URLs
be32070 is described below

commit be32070f2161f7af18e6a3d9e099425a82b6be18
Author: MS <ms@taler.net>
AuthorDate: Wed Feb 17 07:57:56 2021 +0100

    fix URLs
---
 bin/taler_urls.py | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/bin/taler_urls.py b/bin/taler_urls.py
index a49dac9..883755c 100644
--- a/bin/taler_urls.py
+++ b/bin/taler_urls.py
@@ -33,15 +33,15 @@ def get_urls(envname):
     if envname == "tanker":
         return dict(
             donations = "https://donations.grumla.se/";,
-            blog = "http//shop.grumla.se/",
-            bank = "http//bank.grumla.se/",
-            backoffice = "http//backoffice.grumla.se/",
-            exchange = "http//exchange.grumla.se/",
-            merchant_backend = "http//backend.grumla.se/",
-            landing = "http//grumla.se/",
-            survey = "http//survey.grumla.se/",
-            auditor = "http//auditor.grumla.se/",
-            sync = "http//sync.grumla.se/",
+            blog = "https://shop.grumla.se/";,
+            bank = "https://bank.grumla.se/";,
+            backoffice = "https://backoffice.grumla.se/";,
+            exchange = "https://exchange.grumla.se/";,
+            merchant_backend = "https://backend.grumla.se/";,
+            landing = "https://grumla.se/";,
+            survey = "https://survey.grumla.se/";,
+            auditor = "https://auditor.grumla.se/";,
+            sync = "https://sync.grumla.se/";,
             talerbank_payto = "payto//x-taler-bank/bank.grumla.se"
     )
     if envname == "local":

-- 
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]