commit a20cdcc7a67f5ccdffb83d56a68bae04979a3acc parent 67d9eff0193a5ebc360a4200fa560d883177068f Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 20 Jun 2022 22:09:55 +0200 fix debian package, in particular DB setup Diffstat:
| A | debian/etc/sync/secrets/sync-db.secret.conf | | | 8 | ++++++++ |
1 file 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 @@ -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.