summaryrefslogtreecommitdiff
path: root/bin/taler_urls.py
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-02-17 07:57:56 +0100
committerMS <ms@taler.net>2021-02-17 07:57:56 +0100
commitbe32070f2161f7af18e6a3d9e099425a82b6be18 (patch)
treef51dab9db9148354e0887b215d2cb50bb530e7c8 /bin/taler_urls.py
parent0501f21dd81c573a73eb57fc132562dea8c3c035 (diff)
downloaddeployment-be32070f2161f7af18e6a3d9e099425a82b6be18.tar.gz
deployment-be32070f2161f7af18e6a3d9e099425a82b6be18.tar.bz2
deployment-be32070f2161f7af18e6a3d9e099425a82b6be18.zip
fix URLs
Diffstat (limited to 'bin/taler_urls.py')
-rw-r--r--bin/taler_urls.py18
1 files 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":