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: db connection str


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: db connection string is now 'config'
Date: Thu, 26 Apr 2018 10:58:56 +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 2deef7b  db connection string is now 'config'
2deef7b is described below

commit 2deef7b1d4d1cc24c72d872fd2302e25523ad350
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Apr 26 10:58:35 2018 +0200

    db connection string is now 'config'
---
 config/generate-config | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/config/generate-config b/config/generate-config
index 89fcb6c..f9b8fe9 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -135,10 +135,14 @@ 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("exchangedb-postgres", "config", 
"postgres:///taler?host={}/sockets".format(os.getenv("HOME")))
         cfg_put("auditordb-postgres", "db_conn_str", 
"postgres:///taler?host={}/sockets".format(os.getenv("HOME")))
+        cfg_put("auditordb-postgres", "config", 
"postgres:///taler?host={}/sockets".format(os.getenv("HOME")))
     else:
         cfg_put("exchangedb-postgres", "db_conn_str", 
"postgres:///taler{}".format(envname))
+        cfg_put("exchangedb-postgres", "config", 
"postgres:///taler{}".format(envname))
         cfg_put("auditordb-postgres", "db_conn_str", 
"postgres:///taler{}".format(envname))
+        cfg_put("auditordb-postgres", "config", 
"postgres:///taler{}".format(envname))
 
     if standalone:
         cfg_put("exchange-wire-test", "bank_url", 
"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]