commit 3255ce6346f5f6fc1d42f11b44f9a479eb552ced
parent 8f677ac773fa78109164938375b38c691402fff0
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Fri, 15 Dec 2023 16:37:48 +0800
use sane default for DB name
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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.