taler-deployment

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

commit ee5f709a1f4165e12727be2718a3b2e1aa874ae3
parent 43bf5cc1bb63fb2d05635aa79686b7299c96d374
Author: ms <ms@taler.net>
Date:   Mon, 24 Jan 2022 20:48:22 +0100

disable KYC for local setups

Diffstat:
Mbin/WIP/taler-local | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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: