exchange

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

commit 4f9ebe9835f21d49407465273e65fd9e2ee96d1c
parent 4662c5c9c593c17bd3956e6ddff4f95dd4367129
Author: Florian Dold <florian@dold.me>
Date:   Mon, 26 Aug 2024 21:19:52 +0200

debian: socket config

Diffstat:
Mdebian/etc-taler-auditor/taler/conf.d/auditor-system.conf | 5+++++
Mdebian/etc-taler-exchange/taler/conf.d/exchange-business.conf | 3---
Mdebian/etc-taler-exchange/taler/conf.d/exchange-system.conf | 3++-
3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/debian/etc-taler-auditor/taler/conf.d/auditor-system.conf b/debian/etc-taler-auditor/taler/conf.d/auditor-system.conf @@ -1,3 +1,5 @@ +# Configuration settings for system parameters of the auditor. +# # Read secret sections into configuration, but only # if we have permission to do so. @inline-secret@ auditordb-postgres ../secrets/auditor-db.secret.conf @@ -6,3 +8,6 @@ # Only supported database is Postgres right now. DATABASE = postgres + +SERVE = unix +UNIXPATH_MODE = 666 diff --git a/debian/etc-taler-exchange/taler/conf.d/exchange-business.conf b/debian/etc-taler-exchange/taler/conf.d/exchange-business.conf @@ -28,9 +28,6 @@ ATTRIBUTE_ENCRYPTION_KEY = SET_ME_PLEASE # TERMS_ETAG = # PRIVACY_ETAG = -SERVE = unix -UNIXPATH_MODE = 666 - # Bank accounts used by the exchange should be specified here: [exchange-account-1] diff --git a/debian/etc-taler-exchange/taler/conf.d/exchange-system.conf b/debian/etc-taler-exchange/taler/conf.d/exchange-system.conf @@ -9,5 +9,6 @@ # Only supported database is Postgres right now. DATABASE = postgres - +SERVE = unix +UNIXPATH_MODE = 666