From a52c7e91f5bf737c9d10cf1201e3121813c86672 Mon Sep 17 00:00:00 2001 From: "D. Berge" Date: Mon, 7 Mar 2022 21:07:20 +0100 Subject: [PATCH] Document in runner.sh how to run ASAQC in test mode --- bin/runner.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/runner.sh b/bin/runner.sh index db07b2b..a0472ad 100755 --- a/bin/runner.sh +++ b/bin/runner.sh @@ -115,6 +115,8 @@ print_log "Export sequence data" run $BINDIR/human_exports_seis.py print_log "Process ASAQC queue" +# Run insecure in test mode: +# export NODE_TLS_REJECT_UNAUTHORIZED=0 run $DOUGAL_ROOT/lib/www/server/queues/asaqc/index.js