tests/config: Gateway settings file

* Currently sets TLS cert/key files to `""` so as to be TLS-free.
This commit is contained in:
Athanasius 2022-08-19 15:08:21 +01:00
parent 6b339e3b11
commit 8a5bd46c33
No known key found for this signature in database
GPG Key ID: 8C392035DD80FD62

View File

@ -0,0 +1,4 @@
{
"CERT_FILE": "",
"KEY_FILE": ""
}