commit fd7826ae9a201a4c1889ba7526ab4f29f68d1d82
parent 18cb9a0b3c22d9dfd3fc0cf81a8e1dd0062fc4ae
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Fri, 15 Dec 2023 16:36:45 +0800
use sane default for DB name
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/taler-merchant-dbconfig b/contrib/taler-merchant-dbconfig
@@ -22,7 +22,7 @@ set -eu
RESET_DB=0
SKIP_DBINIT=0
DBUSER="taler-merchant-httpd"
-CFGFILE="/etc/taler/secrets/merchant-db.secret.conf"
+CFGFILE="/etc/taler/taler.conf"
# Parse command-line options
while getopts 'c:hrsu:' OPTION; do
diff --git a/debian/etc/taler/secrets/merchant-db.secret.conf b/debian/etc/taler/secrets/merchant-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-merchant
# The details of the URI depend on where the database lives and how
# access control was configured.