taler-deployment

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

commit afbfc6caed3aec26d44a65ecbb85d34fb5692d52
parent 21d8b6962b2b59fbdca3ceff8f8736c702eb3900
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  3 Dec 2019 23:49:41 +0100

add unixpath configuration for sync

Diffstat:
Mconfig/generate-config | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/config/generate-config b/config/generate-config @@ -289,6 +289,8 @@ def main(currency, envname, outdir, exchange_pub, twisted): sc = ConfigFile(envname, currency, exchange_pub, twisted, "sync.conf") sc.cfg_put("sync", "annual_fee", sc.currency+":0.1") + sc.cfg_put("sync", "serve", "unix") + sc.cfg_put("sync", "unixpath", "$HOME/sockets/sync.http") config_files.append(sc) if "demo" != envname and twisted: