taler-deployment

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

commit 5a5a702165761a33f28398900ffa327c54d3e2e6
parent 2ba6338e11c0c6fd47079b23f3e8fb7e71e80739
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 20 Oct 2022 13:52:25 +0200

-pick proper ToS etag

Diffstat:
Mbin/taler-gv | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/taler-gv b/bin/taler-gv @@ -984,8 +984,8 @@ def prepare(postgres_db_name): obj.cfg_put("kyc-legitimization-merge", "TIMEFRAME", "1d"); obj.cfg_put("exchange-extension-age_restriction", "ENABLED", "YES"); obj.cfg_put("exchange-extension-age_restriction", "AGE_GROUPS", "8:10:12:14:16:18"); - - + + obj.cfg_put("donations", "serve", "http") obj.cfg_put("donations", "http_serve", "unix") obj.cfg_put("donations", "http_unixpath", str(unix_sockets_dir / "donations.http")) @@ -1054,7 +1054,7 @@ def prepare(postgres_db_name): obj.cfg_put("exchange", "base_url", "https://exchange.demo.taler.net/") obj.cfg_put("exchange", "serve", "unix") obj.cfg_put("exchange", "unixpath", str(unix_sockets_dir / "exchange.http")) - obj.cfg_put("exchange", "terms_etag", "0") + obj.cfg_put("exchange", "terms_etag", "tos") obj.cfg_put("exchange", "terms_dir", f"{TALER_PREFIX}/share/taler-exchange/tos") obj.cfg_put("exchange", "privacy_etag", "0") obj.cfg_put("exchange", "privacy_dir", f"{TALER_PREFIX}/share/taler-exchange/pp")