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