summaryrefslogtreecommitdiff
path: root/bin/WIP
diff options
context:
space:
mode:
authorms <ms@taler.net>2022-01-24 20:48:22 +0100
committerms <ms@taler.net>2022-01-24 20:48:22 +0100
commitee5f709a1f4165e12727be2718a3b2e1aa874ae3 (patch)
tree63f885b18fc8cf8df1dec7d7573bb26efdb8af6b /bin/WIP
parent43bf5cc1bb63fb2d05635aa79686b7299c96d374 (diff)
downloaddeployment-ee5f709a1f4165e12727be2718a3b2e1aa874ae3.tar.gz
deployment-ee5f709a1f4165e12727be2718a3b2e1aa874ae3.tar.bz2
deployment-ee5f709a1f4165e12727be2718a3b2e1aa874ae3.zip
disable KYC for local setups
Diffstat (limited to 'bin/WIP')
-rwxr-xr-xbin/WIP/taler-local2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/WIP/taler-local b/bin/WIP/taler-local
index 80058c4..5e92351 100755
--- a/bin/WIP/taler-local
+++ b/bin/WIP/taler-local
@@ -1130,7 +1130,7 @@ def prepare(x_forwarded_host, x_forwarded_proto, postgres_db_name):
with open(TALER_UNIT_FILES_DIR / "taler-local-exchange-aggregator.service", "w") as exchange_aggregator_unit:
exchange_aggregator_unit.write(unit_file_content(
description = "Taler Exchange Aggregator",
- cmd = f"{TALER_PREFIX}/bin/taler-exchange-aggregator -L DEBUG -c {CFG_OUTDIR / 'taler.conf'}",
+ cmd = f"{TALER_PREFIX}/bin/taler-exchange-aggregator --kyc-off -L DEBUG -c {CFG_OUTDIR / 'taler.conf'}",
env = TALER_UNIT_FILES_DIR / "taler-local-postgres.env" if os.environ.get("PGPORT") else None
))
with open(TALER_UNIT_FILES_DIR / "taler-local-exchange-transfer.service", "w") as exchange_transfer_unit: