summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-12-15 16:37:48 +0800
committerChristian Grothoff <grothoff@gnunet.org>2023-12-15 16:37:48 +0800
commit3255ce6346f5f6fc1d42f11b44f9a479eb552ced (patch)
tree16c2f28e521b475187c1452ac24e28d5fbb573ff /debian
parent8f677ac773fa78109164938375b38c691402fff0 (diff)
downloadsync-3255ce6346f5f6fc1d42f11b44f9a479eb552ced.tar.gz
sync-3255ce6346f5f6fc1d42f11b44f9a479eb552ced.tar.bz2
sync-3255ce6346f5f6fc1d42f11b44f9a479eb552ced.zip
use sane default for DB name
Diffstat (limited to 'debian')
-rw-r--r--debian/etc/sync/secrets/sync-db.secret.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/etc/sync/secrets/sync-db.secret.conf b/debian/etc/sync/secrets/sync-db.secret.conf
index b6ad31e..c7e3f12 100644
--- a/debian/etc/sync/secrets/sync-db.secret.conf
+++ b/debian/etc/sync/secrets/sync-db.secret.conf
@@ -2,7 +2,7 @@
# Typically, there should only be a single line here, of the form:
-CONFIG=postgres:///DATABASE
+CONFIG=postgres:///taler-sync
# The details of the URI depend on where the database lives and how
# access control was configured.