exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit ed67ecd98085b54e8bcdf776b3d9c33a940b2094
parent 27ab8cff24332a3c420677414907753047988148
Author: Florian Dold <florian@dold.me>
Date:   Tue,  3 Dec 2024 01:05:18 +0100

Revert "auditor: make minimal exchange defaults available in config"

This reverts commit 27ab8cff24332a3c420677414907753047988148.

Diffstat:
Msrc/auditor/auditor.conf | 14--------------
Msrc/exchangedb/exchangedb-postgres.conf | 3++-
2 files changed, 2 insertions(+), 15 deletions(-)

diff --git 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 @@ -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