exchange

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

commit 27ab8cff24332a3c420677414907753047988148
parent 1eff2e0a161e40c2a301966c9e35a7a0221c7042
Author: Florian Dold <florian@dold.me>
Date:   Tue,  3 Dec 2024 00:40:25 +0100

auditor: make minimal exchange defaults available in config

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

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