mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:07:08 +00:00
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.
This commit is contained in:
@@ -32,3 +32,15 @@ imports:
|
||||
# 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user