[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: -fix url issue
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: -fix url issue |
Date: |
Tue, 23 Aug 2022 21:52:36 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new c5a97df -fix url issue
c5a97df is described below
commit c5a97df81d51dcc56310b76ad65eb716ce767aef
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Aug 23 21:52:33 2022 +0200
-fix url issue
---
bin/taler-deployment-config-generate | 2 +-
bin/taler_urls.py | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/bin/taler-deployment-config-generate
b/bin/taler-deployment-config-generate
index 57c93b3..0db9ee7 100755
--- a/bin/taler-deployment-config-generate
+++ b/bin/taler-deployment-config-generate
@@ -100,7 +100,7 @@ def config(obj):
obj.cfg_put("kyc-legitimization-merge", "TIMEFRAME", "1d");
obj.cfg_put("bank", "serve", "http")
- obj.cfg_put("bank", "http_port", get_port(urls["bank"]))
+ obj.cfg_put("bank", "http_port", urls["libeufin"])
obj.cfg_put("bank", "max_debt", "%s:500.0" % obj.currency)
obj.cfg_put("bank", "max_debt_bank", "%s:1000000000.0" % obj.currency)
obj.cfg_put("bank", "allow_registrations", "YES")
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/",
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: -fix url issue,
gnunet <=