From c5a97df81d51dcc56310b76ad65eb716ce767aef Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 23 Aug 2022 21:52:33 +0200 Subject: -fix url issue --- bin/taler_urls.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/taler_urls.py') diff --git a/bin/taler_urls.py b/bin/taler_urls.py index 8c81e38..ceb575b 100644 --- a/bin/taler_urls.py +++ b/bin/taler_urls.py @@ -5,6 +5,7 @@ taler_urls = dict( donations = "https://donations.{}.taler.net/", blog = "https://shop.{}.taler.net/", bank = "https://bank.{}.taler.net/", + libeufin = "http://bank.{}.taler.net:5582/", backoffice = "https://backoffice.{}.taler.net/", exchange = "https://exchange.{}.taler.net/", merchant_backend = "https://backend.{}.taler.net/", @@ -18,6 +19,7 @@ taler_urls = dict( donations = "http://localhost:5880/", blog = "http://localhost:5881/", bank = "http://localhost:5882/", + libeufin = "http://localhost:5882/", backoffice = "http://localhost:5883/", exchange = "http://localhost:5884/", merchant_backend = "http://localhost:5885/", -- cgit v1.2.3