gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: debian: config


From: gnunet
Subject: [taler-merchant] branch master updated: debian: config
Date: Fri, 30 Jul 2021 11:57:20 +0200

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

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new c94541d3 debian: config
c94541d3 is described below

commit c94541d3ed3bddc22cdee22c1dd56056b83d0fdb
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Jul 30 11:57:18 2021 +0200

    debian: config
---
 debian/etc/taler/conf.d/merchant.conf            | 2 +-
 debian/etc/taler/secrets/merchant-db.secret.conf | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/etc/taler/conf.d/merchant.conf 
b/debian/etc/taler/conf.d/merchant.conf
index bd150216..b89751c3 100644
--- a/debian/etc/taler/conf.d/merchant.conf
+++ b/debian/etc/taler/conf.d/merchant.conf
@@ -1,6 +1,6 @@
 # Read secret sections into configuration, but only
 # if we have permission to do so.
-@inline-secret@ exchangedb-postgres ../secrets/merchant-db.secret.conf
+@inline-secret@ merchantdb-postgres ../secrets/merchant-db.secret.conf
 
 [merchant]
 DATABASE = postgres
diff --git a/debian/etc/taler/secrets/merchant-db.secret.conf 
b/debian/etc/taler/secrets/merchant-db.secret.conf
index e69de29b..85bf6d3e 100644
--- a/debian/etc/taler/secrets/merchant-db.secret.conf
+++ b/debian/etc/taler/secrets/merchant-db.secret.conf
@@ -0,0 +1,8 @@
+[merchantdb-postgres]
+
+# Typically, there should only be a single line here, of the form:
+
+CONFIG=postgres:///DATABASE
+
+# 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]