gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: Add Grumla 'ad hoc' URLs.


From: gnunet
Subject: [taler-deployment] branch master updated: Add Grumla 'ad hoc' URLs.
Date: Mon, 15 Feb 2021 19:33:45 +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 675a657  Add Grumla 'ad hoc' URLs.
675a657 is described below

commit 675a657a8c7356bb7add5ca4d537b7a87b6516e3
Author: MS <ms@taler.net>
AuthorDate: Mon Feb 15 19:33:34 2021 +0100

    Add Grumla 'ad hoc' URLs.
---
 bin/taler_urls.py | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/bin/taler_urls.py b/bin/taler_urls.py
index d80615c..f6189fb 100644
--- a/bin/taler_urls.py
+++ b/bin/taler_urls.py
@@ -30,6 +30,20 @@ taler_urls = dict(
 )
 
 def get_urls(envname):
+    if envname == "tanker":
+        return dict(
+            donations = "https://grumla.taler.net/donations";,
+            blog = "http//grumla.taler.net/shop",
+            bank = "http//grumla.taler.net/bank",
+            backoffice = "http//grumla.taler.net/backoffice",
+            exchange = "http//grumla.taler.net/exchange",
+            merchant_backend = "http//grumla.taler.net/backend",
+            landing = "http//grumla.taler.net/",
+            survey = "http//grumla.taler.net/survey",
+            auditor = "http//grumla.taler.net/auditor",
+            sync = "http//grumla.taler.net/sync",
+            talerbank_payto = "payto//x-taler-bank/grumla.taler.net/"
+    )
     if envname == "local":
         return taler_urls["offline"]
     return dict((k, v.format(envname))

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