summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-12-15 16:37:02 +0800
committerChristian Grothoff <grothoff@gnunet.org>2023-12-15 16:37:02 +0800
commit0961195ff3da36604e58d2b355dc570d908eed08 (patch)
tree983545ccc941ee48deab989553233399887412a1
parent690c81dc12b8b2c8ac692376296389c88aac19c4 (diff)
downloadexchange-0961195ff3da36604e58d2b355dc570d908eed08.tar.gz
exchange-0961195ff3da36604e58d2b355dc570d908eed08.tar.bz2
exchange-0961195ff3da36604e58d2b355dc570d908eed08.zip
use sane default for DB name
-rw-r--r--debian/etc-taler-auditor/taler/secrets/auditor-db.secret.conf2
-rw-r--r--debian/etc-taler-exchange/taler/secrets/exchange-db.secret.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/etc-taler-auditor/taler/secrets/auditor-db.secret.conf b/debian/etc-taler-auditor/taler/secrets/auditor-db.secret.conf
index b81bb817f..1278a563b 100644
--- a/debian/etc-taler-auditor/taler/secrets/auditor-db.secret.conf
+++ b/debian/etc-taler-auditor/taler/secrets/auditor-db.secret.conf
@@ -4,7 +4,7 @@
# Typically, there should only be a single line here, of the form:
-CONFIG=postgres:///DATABASE
+CONFIG=postgres:///taler-auditor
# The details of the URI depend on where the database lives and how
# access control was configured.
diff --git a/debian/etc-taler-exchange/taler/secrets/exchange-db.secret.conf b/debian/etc-taler-exchange/taler/secrets/exchange-db.secret.conf
index a7a727b62..08c20074c 100644
--- a/debian/etc-taler-exchange/taler/secrets/exchange-db.secret.conf
+++ b/debian/etc-taler-exchange/taler/secrets/exchange-db.secret.conf
@@ -4,7 +4,7 @@
# Typically, there should only be a single line here, of the form:
-# CONFIG=postgres:///DATABASE
+CONFIG=postgres:///taler-exchange
# The details of the URI depend on where the database lives and how
# access control was configured.