summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-07-18 09:36:20 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-07-18 09:36:20 +0200
commit8fe52ab232cf79e7989330c9deb23bf84ed1f0be (patch)
tree1b3c2c451cf61d38d90164bd2a0c76da34023896 /config
parenta96cb8b0b000c4556eced88049310573aac07ed3 (diff)
downloaddeployment-8fe52ab232cf79e7989330c9deb23bf84ed1f0be.tar.gz
deployment-8fe52ab232cf79e7989330c9deb23bf84ed1f0be.tar.bz2
deployment-8fe52ab232cf79e7989330c9deb23bf84ed1f0be.zip
[auditor] section
Diffstat (limited to 'config')
-rwxr-xr-xconfig/generate-config2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/generate-config b/config/generate-config
index 2b04072..f5b64b4 100755
--- 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)