taler-deployment

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

commit 8fe52ab232cf79e7989330c9deb23bf84ed1f0be
parent a96cb8b0b000c4556eced88049310573aac07ed3
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Tue, 18 Jul 2017 09:36:20 +0200

[auditor] section

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

diff --git a/config/generate-config b/config/generate-config @@ -98,6 +98,8 @@ def config(currency, envname, exchange_pub, standalone): cfg_put("frontends", "FRACTION", "100000000") + cfg_put("auditor", "auditor_priv_file", "${TALER_DEPLOYMENT_SHARED}/auditor/offline-keys/auditor.priv") + cfg_put("exchange", "serve", "unix") cfg_put("exchange", "unixpath", "$HOME/sockets/exchange.http") cfg_put("exchange", "master_public_key", exchange_pub)