commit fcb4c3d270f7ed9ed31dd60453ba5a703e06878c
parent af31630515aab9954bce1ca600974ca656cceb07
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Fri, 23 Nov 2018 18:09:50 +0100
Setting auditor to listen on unix domain socket.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/config/generate-config b/config/generate-config
@@ -132,6 +132,8 @@ def config(currency, envname, exchange_pub, standalone):
cfg_put("exchange-{}".format(currency), "base_url", "https://exchange.{}.taler.net/".format(envname))
cfg_put("auditor", "auditor_priv_file", "${TALER_DEPLOYMENT_SHARED}/auditor/offline-keys/auditor.priv")
+ cfg_put("auditor", "serve", "unix")
+ cfg_put("auditor", "unixpath", "$HOME/sockets/auditor.http")
cfg_put("exchange", "base_url", "https://exchange.{}.taler.net/".format(envname))
cfg_put("exchange", "serve", "unix")