From e70ad9f25397cf0b709ce1fea77c3026031deb00 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 25 Aug 2022 15:51:24 +0200 Subject: full cfg --- bin/taler-gv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/taler-gv b/bin/taler-gv index 5b941b6..e0f3471 100755 --- 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", -- cgit v1.2.3