summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
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")