gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: generating [audit


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: generating [auditordb] section
Date: Tue, 18 Jul 2017 13:44:45 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 230cd02  generating [auditordb] section
230cd02 is described below

commit 230cd0279b72f1128c6198d96e4b123e5a998a5f
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jul 18 13:44:20 2017 +0200

    generating [auditordb] section
---
 config/generate-config | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/config/generate-config b/config/generate-config
index 97c1cda..f21cc4a 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -114,8 +114,10 @@ def config(currency, envname, exchange_pub, standalone):
 
     if standalone:
         cfg_put("exchangedb-postgres", "db_conn_str", 
"postgres:///taler?host={}/sockets".format(os.getenv("HOME")))
+        cfg_put("auditordb-postgres", "db_conn_str", 
"postgres:///taler?host={}/sockets".format(os.getenv("HOME")))
     else:
         cfg_put("exchangedb-postgres", "db_conn_str", 
"postgres:///taler{}".format(envname))
+        cfg_put("auditordb-postgres", "db_conn_str", 
"postgres:///taler{}".format(envname))
 
     if standalone:
         cfg_put("exchange-wire-test", "bank_uri", 
"https://env.taler.net/{}/bank/".format(envname))

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



reply via email to

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