taler-deployment

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

commit c1842a7b823689bd12d8bb15d392c61aa427bc09
parent ca4df9883d30b5ab88b15ad9149d22085761ce6d
Author: MS <ms@taler.net>
Date:   Tue,  1 Jun 2021 17:45:45 +0200

privacy_etag

Diffstat:
Mbin/taler-deployment-config-generate | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/bin/taler-deployment-config-generate b/bin/taler-deployment-config-generate @@ -167,6 +167,9 @@ def config(obj): obj.cfg_put("exchange", "master_public_key", obj.exchange_pub) obj.cfg_put("exchange", "terms_etag", "0") obj.cfg_put("exchange", "terms_dir", "$HOME/local/share/taler-exchange/tos") + obj.cfg_put("exchange", "privacy_etag", "0") + obj.cfg_put("exchange", "privacy_dir", "$HOME/local/share/taler-exchange/pp") + obj.cfg_put( "exchangedb-postgres", "db_conn_str", "postgres:///taler{}".format(obj.envname)