gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: disable KYC for local setups


From: gnunet
Subject: [taler-deployment] branch master updated: disable KYC for local setups
Date: Mon, 24 Jan 2022 20:48:36 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new ee5f709  disable KYC for local setups
ee5f709 is described below

commit ee5f709a1f4165e12727be2718a3b2e1aa874ae3
Author: ms <ms@taler.net>
AuthorDate: Mon Jan 24 20:48:22 2022 +0100

    disable KYC for local setups
---
 bin/WIP/taler-local | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]