aboutsummaryrefslogtreecommitdiff
path: root/debian/etc-taler-auditor
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-11-15 23:32:41 +0100
committerChristian Grothoff <christian@grothoff.org>2024-11-15 23:32:41 +0100
commitfbb3b3ca4b5d00635a83376bfabbdfa4dedb1694 (patch)
tree6c102d5702b299cc7cf199331ec149f00062bf2b /debian/etc-taler-auditor
parent150e0ed551209484e6f5955dd6e7511e09d66a72 (diff)
split taler-config into taler-exchange-config and taler-merchant-config; separate resource files cleanly between taler-exchange and taler-merchant
Diffstat (limited to 'debian/etc-taler-auditor')
-rw-r--r--debian/etc-taler-auditor/taler/conf.d/auditor-system.conf13
-rw-r--r--debian/etc-taler-auditor/taler/secrets/auditor-db.secret.conf10
2 files changed, 0 insertions, 23 deletions
diff --git a/debian/etc-taler-auditor/taler/conf.d/auditor-system.conf b/debian/etc-taler-auditor/taler/conf.d/auditor-system.conf
deleted file mode 100644
index 0cc933309..000000000
--- a/debian/etc-taler-auditor/taler/conf.d/auditor-system.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-# Configuration settings for system parameters of the auditor.
-#
-# Read secret sections into configuration, but only
-# if we have permission to do so.
-@inline-secret@ auditordb-postgres ../secrets/auditor-db.secret.conf
-
-[auditor]
-
-# Only supported database is Postgres right now.
-DATABASE = postgres
-
-SERVE = unix
-UNIXPATH_MODE = 666
diff --git a/debian/etc-taler-auditor/taler/secrets/auditor-db.secret.conf b/debian/etc-taler-auditor/taler/secrets/auditor-db.secret.conf
deleted file mode 100644
index 1278a563b..000000000
--- a/debian/etc-taler-auditor/taler/secrets/auditor-db.secret.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-# Database configuration for the Taler auditor.
-
-[auditordb-postgres]
-
-# Typically, there should only be a single line here, of the form:
-
-CONFIG=postgres:///taler-auditor
-
-# The details of the URI depend on where the database lives and how
-# access control was configured.