summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
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 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")))