summaryrefslogtreecommitdiff
path: root/debian/etc-taler-auditor/taler/secrets
diff options
context:
space:
mode:
Diffstat (limited to 'debian/etc-taler-auditor/taler/secrets')
-rw-r--r--debian/etc-taler-auditor/taler/secrets/auditor-db.secret.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/etc-taler-auditor/taler/secrets/auditor-db.secret.conf b/debian/etc-taler-auditor/taler/secrets/auditor-db.secret.conf
new file mode 100644
index 000000000..b81bb817f
--- /dev/null
+++ b/debian/etc-taler-auditor/taler/secrets/auditor-db.secret.conf
@@ -0,0 +1,10 @@
+# Database configuration for the Taler auditor.
+
+[auditordb-postgres]
+
+# Typically, there should only be a single line here, of the form:
+
+CONFIG=postgres:///DATABASE
+
+# The details of the URI depend on where the database lives and how
+# access control was configured.