commit a323aa942c6008fcb059ca2ca75dce7b660d1d28
parent 7a706d1f5fbc62a43ebd8b82bab7832a64fe819b
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Tue, 18 Jul 2017 09:43:35 +0200
trailing slash needed
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/generate-config b/config/generate-config
@@ -109,8 +109,8 @@ 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")
+ 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")))