taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit be32070f2161f7af18e6a3d9e099425a82b6be18
parent 0501f21dd81c573a73eb57fc132562dea8c3c035
Author: MS <ms@taler.net>
Date:   Wed, 17 Feb 2021 07:57:56 +0100

fix URLs

Diffstat:
Mbin/taler_urls.py | 18+++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

diff --git 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":