taler-deployment

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

commit 230cd0279b72f1128c6198d96e4b123e5a998a5f
parent 33712e3f774feb25e1f04db3af691dc3dd3f8b13
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Tue, 18 Jul 2017 13:44:20 +0200

generating [auditordb] section

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

diff --git 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))