gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: auditor: make minimal exchange d


From: gnunet
Subject: [taler-exchange] branch master updated: auditor: make minimal exchange defaults available in config
Date: Tue, 03 Dec 2024 00:40:50 +0100

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 27ab8cff2 auditor: make minimal exchange defaults available in config
27ab8cff2 is described below

commit 27ab8cff24332a3c420677414907753047988148
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Dec 3 00:40:25 2024 +0100

    auditor: make minimal exchange defaults available in config
---
 src/auditor/auditor.conf                | 14 ++++++++++++++
 src/exchangedb/exchangedb-postgres.conf |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/src/auditor/auditor.conf b/src/auditor/auditor.conf
index 3d7ed31f7..d4642cbdf 100644
--- a/src/auditor/auditor.conf
+++ b/src/auditor/auditor.conf
@@ -31,3 +31,17 @@ UNIXPATH_MODE = 660
 
 # HTTP port the auditor listens to
 PORT = 8083
+
+#
+# Defaults for the exchange settings.
+#
+
+[exchange]
+DB = postgres
+
+[exchangedb-postgres]
+CONFIG = "postgres:///taler-exchange"
+
+# Where are the SQL files to setup our tables?
+# Important: this MUST end with a "/"!
+SQL_DIR = ${DATADIR}sql/
diff --git a/src/exchangedb/exchangedb-postgres.conf 
b/src/exchangedb/exchangedb-postgres.conf
index 2c5f0e9ae..e920e59a4 100644
--- a/src/exchangedb/exchangedb-postgres.conf
+++ b/src/exchangedb/exchangedb-postgres.conf
@@ -6,4 +6,4 @@ CONFIG = "postgres:///taler-exchange"
 SQL_DIR = ${DATADIR}sql/
 
 # Number of purses per account by default.
-DEFAULT_PURSE_LIMIT = 1
\ No newline at end of file
+DEFAULT_PURSE_LIMIT = 1

-- 
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]