summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-25 15:51:24 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-25 15:51:24 +0200
commite70ad9f25397cf0b709ce1fea77c3026031deb00 (patch)
treeeee0b83f8875130b9f9262a44a3c87df82b85087 /bin
parente902c1f30e531f70b75ddb966650772a693ed228 (diff)
downloaddeployment-e70ad9f25397cf0b709ce1fea77c3026031deb00.tar.gz
deployment-e70ad9f25397cf0b709ce1fea77c3026031deb00.tar.bz2
deployment-e70ad9f25397cf0b709ce1fea77c3026031deb00.zip
full cfg
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-gv3
1 files changed, 3 insertions, 0 deletions
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",