summaryrefslogtreecommitdiff
path: root/bin/taler_urls.py
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-09-11 15:49:06 +0200
committerMS <ms@taler.net>2020-09-11 15:49:06 +0200
commita8306fbc2d29d5adef8d8f6587b502b296a672ff (patch)
treef459f28ef2997beac2aa6a9e91c0cfb920283bb9 /bin/taler_urls.py
parentc4aaf9e6c8d260d814f15298b6a9583626cc67cf (diff)
downloaddeployment-a8306fbc2d29d5adef8d8f6587b502b296a672ff.tar.gz
deployment-a8306fbc2d29d5adef8d8f6587b502b296a672ff.tar.bz2
deployment-a8306fbc2d29d5adef8d8f6587b502b296a672ff.zip
syntax
Diffstat (limited to 'bin/taler_urls.py')
-rw-r--r--bin/taler_urls.py36
1 files 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/"
)
)