gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: use sane default for DB name


From: gnunet
Subject: [taler-exchange] branch master updated: use sane default for DB name
Date: Fri, 15 Dec 2023 09:37:09 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 0961195f use sane default for DB name
0961195f is described below

commit 0961195ff3da36604e58d2b355dc570d908eed08
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Fri Dec 15 16:37:02 2023 +0800

    use sane default for DB name
---
 debian/etc-taler-auditor/taler/secrets/auditor-db.secret.conf   | 2 +-
 debian/etc-taler-exchange/taler/secrets/exchange-db.secret.conf | 2 +-
 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 b81bb817..1278a563 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 a7a727b6..08c20074 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.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]