gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: -pick proper ToS etag


From: gnunet
Subject: [taler-deployment] branch master updated: -pick proper ToS etag
Date: Thu, 20 Oct 2022 13:52:28 +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 5a5a702  -pick proper ToS etag
5a5a702 is described below

commit 5a5a702165761a33f28398900ffa327c54d3e2e6
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Oct 20 13:52:25 2022 +0200

    -pick proper ToS etag
---
 bin/taler-gv | 6 +++---
 1 file 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")

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]