From 611e60c3fa58fecc10a821d5b4e1d77eca5528a3 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Sat, 8 Jun 2019 13:45:41 +0200 Subject: Avoid hardcoded paths --- config/generate-config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/generate-config b/config/generate-config index 2bc5e06..12fac57 100755 --- a/config/generate-config +++ b/config/generate-config @@ -150,6 +150,7 @@ def config(currency, envname, exchange_pub, standalone): cfg_put("auditor", "serve", "unix") cfg_put("auditor", "auditor_url", "https://auditor.{}.taler.net/service/".format(envname)) cfg_put("auditor", "unixpath", "$HOME/sockets/auditor.http") + cfg_put("auditor", "reports", "${TALER_DEPLOYMENT_SHARED}/auditor/reports") cfg_put("exchange", "base_url", "https://exchange.{}.taler.net/".format(envname)) cfg_put("exchange", "serve", "unix") @@ -161,6 +162,7 @@ def config(currency, envname, exchange_pub, standalone): 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_inputs", "${TALER_DEPLOYMENT_SHARED}/exchange/auditor-inputs/") if standalone: cfg_put("exchangedb-postgres", "db_conn_str", "postgres:///taler?host={}/sockets".format(os.getenv("HOME"))) -- cgit v1.2.3