exchange

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

commit f3774ba75b89f8640740e3bc423f44cd536de7ac
parent 72e4564146de8c5d078536102887b939ca31bffa
Author: Sebastian <sebasjm@gmail.com>
Date:   Wed, 23 Oct 2024 09:57:24 -0300

take location and output from env

and allow the terms generator to prevent using taler-config cli with default configuration location

Diffstat:
Mcontrib/taler-terms-generator | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/taler-terms-generator b/contrib/taler-terms-generator @@ -88,8 +88,8 @@ function failcat() { # defaults AUTHOR="GNU Taler team" VERSION="exchange-tos-v0" -LOCALE_DIR=$(taler-config -s "PATHS" -o "LOCALEDIR" -f) -OUTPUT=$(taler-config -s "EXCHANGE" -o "TERMS_DIR" -f) +LOCALE_DIR=${TALER_PATHS_LOCALEDIR:-$(taler-config -s "PATHS" -o "LOCALEDIR" -f)} +OUTPUT=${TALER_EXCHANGE_TERMS_DIR:-$(taler-config -s "EXCHANGE" -o "TERMS_DIR" -f)} PAPER="a4" COPYRIGHT="2014-2023 Taler Systems SA (GPLv3+ or GFDL 1.3+)" INCREMENTAL=0