summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-20 22:09:55 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-20 22:11:33 +0200
commita20cdcc7a67f5ccdffb83d56a68bae04979a3acc (patch)
tree3856469623b0b872a4a1b4f3f2ba2677bc3ad767
parent67d9eff0193a5ebc360a4200fa560d883177068f (diff)
downloadsync-a20cdcc7a67f5ccdffb83d56a68bae04979a3acc.tar.gz
sync-a20cdcc7a67f5ccdffb83d56a68bae04979a3acc.tar.bz2
sync-a20cdcc7a67f5ccdffb83d56a68bae04979a3acc.zip
fix debian package, in particular DB setup
-rw-r--r--debian/etc/sync/secrets/sync-db.secret.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/etc/sync/secrets/sync-db.secret.conf b/debian/etc/sync/secrets/sync-db.secret.conf
new file mode 100644
index 0000000..85bf6d3
--- /dev/null
+++ b/debian/etc/sync/secrets/sync-db.secret.conf
@@ -0,0 +1,8 @@
+[merchantdb-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.