aboutsummaryrefslogtreecommitdiff
path: root/debian/etc/taler-exchange-db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'debian/etc/taler-exchange-db.conf')
-rw-r--r--debian/etc/taler-exchange-db.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/etc/taler-exchange-db.conf b/debian/etc/taler-exchange-db.conf
new file mode 100644
index 000000000..a6217f486
--- /dev/null
+++ b/debian/etc/taler-exchange-db.conf
@@ -0,0 +1,11 @@
+# This file should contain the access control information to talk to
+# the exchange database.
+
+[exchangedb-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.