[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: Revert "auditor: make minimal ex
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: Revert "auditor: make minimal exchange defaults available in config" |
Date: |
Tue, 03 Dec 2024 01:05:33 +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 ed67ecd98 Revert "auditor: make minimal exchange defaults available in
config"
ed67ecd98 is described below
commit ed67ecd98085b54e8bcdf776b3d9c33a940b2094
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Dec 3 01:05:18 2024 +0100
Revert "auditor: make minimal exchange defaults available in config"
This reverts commit 27ab8cff24332a3c420677414907753047988148.
---
src/auditor/auditor.conf | 14 --------------
src/exchangedb/exchangedb-postgres.conf | 2 +-
2 files changed, 1 insertion(+), 15 deletions(-)
diff --git a/src/auditor/auditor.conf b/src/auditor/auditor.conf
index d4642cbdf..3d7ed31f7 100644
--- a/src/auditor/auditor.conf
+++ b/src/auditor/auditor.conf
@@ -31,17 +31,3 @@ 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 e920e59a4..2c5f0e9ae 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
+DEFAULT_PURSE_LIMIT = 1
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: Revert "auditor: make minimal exchange defaults available in config",
gnunet <=