summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-10-20 13:52:25 +0200
committerChristian Grothoff <christian@grothoff.org>2022-10-20 13:52:25 +0200
commit5a5a702165761a33f28398900ffa327c54d3e2e6 (patch)
tree16d134a4e1a188a28479d22995c2daa8999a2b6f /bin
parent2ba6338e11c0c6fd47079b23f3e8fb7e71e80739 (diff)
downloaddeployment-5a5a702165761a33f28398900ffa327c54d3e2e6.tar.gz
deployment-5a5a702165761a33f28398900ffa327c54d3e2e6.tar.bz2
deployment-5a5a702165761a33f28398900ffa327c54d3e2e6.zip
-pick proper ToS etag
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-gv6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/taler-gv b/bin/taler-gv
index 6e4de28..0f9c098 100755
--- 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")