gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: add unixpath configuration for


From: gnunet
Subject: [taler-deployment] branch master updated: add unixpath configuration for sync
Date: Tue, 03 Dec 2019 23:49:43 +0100

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 afbfc6c  add unixpath configuration for sync
afbfc6c is described below

commit afbfc6caed3aec26d44a65ecbb85d34fb5692d52
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Dec 3 23:49:41 2019 +0100

    add unixpath configuration for sync
---
 config/generate-config | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/config/generate-config b/config/generate-config
index de2a7d8..e1f1957 100755
--- 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:

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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