taler-deployment

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

commit 0fa5e0c4e3d4e25f59fdf6f7acc6b08a327011b3
parent ec8b80797f68aa080022459d1009821ce6df75ec
Author: MS <ms@taler.net>
Date:   Tue, 16 Feb 2021 20:58:42 +0100

update Grumla URLs

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

diff --git a/bin/taler_urls.py b/bin/taler_urls.py @@ -32,17 +32,17 @@ 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/bank" + 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/", + talerbank_payto = "payto//x-taler-bank/bank.grumla.se" ) if envname == "local": return taler_urls["offline"]