gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: syntax


From: gnunet
Subject: [taler-deployment] branch master updated: syntax
Date: Fri, 11 Sep 2020 15:49:11 +0200

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 a8306fb  syntax
a8306fb is described below

commit a8306fbc2d29d5adef8d8f6587b502b296a672ff
Author: MS <ms@taler.net>
AuthorDate: Fri Sep 11 15:49:06 2020 +0200

    syntax
---
 bin/taler_urls.py | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/bin/taler_urls.py b/bin/taler_urls.py
index 557aadf..c4f587b 100644
--- a/bin/taler_urls.py
+++ b/bin/taler_urls.py
@@ -1,27 +1,27 @@
 taler_urls = dict(
     online = dict(
-        donations = "https://donations.{}.taler.net/";
-        blog = "https://blog.{}.taler.net/";
-        bank = "https://bank.{}.taler.net/";
-        backoffice = "https://backoffice.{}.taler.net/";
-        exchange = "https://exchange.{}.taler.net/";
-        merchant_backend = "http://backend.{}.taler.net/";
-        landing = "https://{}.taler.net/";
-        survey = "http://survey.{}.taler.net/";
-        auditor = "http://auditor.{}.taler.net/";
+        donations = "https://donations.{}.taler.net/";,
+        blog = "https://blog.{}.taler.net/";,
+        bank = "https://bank.{}.taler.net/";,
+        backoffice = "https://backoffice.{}.taler.net/";,
+        exchange = "https://exchange.{}.taler.net/";,
+        merchant_backend = "http://backend.{}.taler.net/";,
+        landing = "https://{}.taler.net/";,
+        survey = "http://survey.{}.taler.net/";,
+        auditor = "http://auditor.{}.taler.net/";,
         sync = "http://sync.{}.taler.net/";
     )
 
     offline = dict(
-        donations = "http://localhost:5880/";
-        blog = "http://localhost:5881/";
-        bank = "http://localhost:5882/";
-        backoffice = "http://localhost:5883/";
-        exchange = "http://localhost:5884/";
-        merchant_backend = "http://localhost:5885/";
-        landing = "http://localhost:5886/";
-        survey = "http://localhost:5887/";
-        auditor = "http://localhost:5888/";
+        donations = "http://localhost:5880/";,
+        blog = "http://localhost:5881/";,
+        bank = "http://localhost:5882/";,
+        backoffice = "http://localhost:5883/";,
+        exchange = "http://localhost:5884/";,
+        merchant_backend = "http://localhost:5885/";,
+        landing = "http://localhost:5886/";,
+        survey = "http://localhost:5887/";,
+        auditor = "http://localhost:5888/";,
         sync = "http://localhost:5889/";
     )
 )

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