commit 7a706d1f5fbc62a43ebd8b82bab7832a64fe819b
parent 8fe52ab232cf79e7989330c9deb23bf84ed1f0be
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Tue, 18 Jul 2017 09:42:15 +0200
wirefees directory in config
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/config/generate-config b/config/generate-config
@@ -110,6 +110,7 @@ def config(currency, envname, exchange_pub, standalone):
cfg_put("exchange-admin", "SERVE", "unix")
cfg_put("exchange-admin", "unixpath", "$HOME/sockets/exchange-admin.http")
cfg_put("exchangedb", "AUDITOR_BASE_DIR", "${TALER_DEPLOYMENT_SHARED}/exchange/auditors")
+ cfg_put("exchangedb", "WIREFEE_BASE_DIR", "${TALER_DEPLOYMENT_SHARED}/exchange/wirefees")
if standalone:
cfg_put("exchangedb-postgres", "db_conn_str", "postgres:///taler?host={}/sockets".format(os.getenv("HOME")))