From dfbccf3bc6ccf30fd8e40eac0e99d169db7c06e9 Mon Sep 17 00:00:00 2001 From: "D. Berge" Date: Mon, 4 Oct 2021 01:42:37 +0200 Subject: [PATCH] Add ASAQC (test) server details to configuration. The URL corresponds to that of a built-in test server. Note that the /etc/ssl directory is protected against accidental inclusion into the repository by commit 458b6837. The TLS private key should *never* be committed. --- etc/config.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/etc/config.yaml b/etc/config.yaml index 7b611bf..a231056 100644 --- a/etc/config.yaml +++ b/etc/config.yaml @@ -31,4 +31,16 @@ imports: # For a file to be imported, it must have been last modified at # least this many seconds ago. file_min_age: 60 - + +queues: + asaqc: + request: + url: "https://localhost:3077/vt/v1/api/upload-file-encoded" + args: + method: POST + headers: + Content-Type: application/json + httpsAgent: # The paths here are relative to $DOUGAL_ROOT + cert: etc/ssl/asaqc.crt + key: etc/ssl/asaqc.key +