merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit c9ed20331672367975473defc21a13ab0fab3a13
parent 73dc17ae8c3e9a99acc9ef4616cbb2aa82944a9a
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Tue, 18 Jul 2017 09:27:28 +0200

no key under [merchant], default instance takes care

Diffstat:
Msrc/backend/merchant.conf | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/backend/merchant.conf b/src/backend/merchant.conf @@ -34,9 +34,6 @@ UNIXPATH_MODE = 660 # always safe (financially speaking). DEFAULT_WIRE_FEE_AMORTIZATION = 1 -# Where does the backend store the merchant's private key? -KEYFILE = ${TALER_DATA_HOME}/merchant/merchant.priv - # Which database backend do we use? DB = postgres