taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit e70ad9f25397cf0b709ce1fea77c3026031deb00
parent e902c1f30e531f70b75ddb966650772a693ed228
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 25 Aug 2022 15:51:24 +0200

full cfg

Diffstat:
Mbin/taler-gv | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/bin/taler-gv b/bin/taler-gv @@ -1542,6 +1542,7 @@ def prepare(postgres_db_name): Command( [ f"{TALER_PREFIX}/bin/taler-config", + "-F", "-c", CFG_OUTDIR / "taler.conf", "-s", "exchange-accountcredentials-1", "-o" "wire_gateway_auth_method", @@ -1552,6 +1553,7 @@ def prepare(postgres_db_name): Command( [ f"{TALER_PREFIX}/bin/taler-config", + "-F", "-c", CFG_OUTDIR / "taler.conf", "-s", "exchange-accountcredentials-1", "-o" "wire_gateway_url", @@ -1572,6 +1574,7 @@ def prepare(postgres_db_name): Command( [ f"{TALER_PREFIX}/bin/taler-config", + "-F", "-c", CFG_OUTDIR / "taler.conf", "-s", "exchange-accountcredentials-1", "-o" "password",