Skip to content

Commit

Permalink
feat: Add documentation for proxy support
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Aug 8, 2023
1 parent a958bdd commit 074fb12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ The example `configuration.json` options are explained:
"ClientId": "MyCompany/ClientName", // ClientId part of topic structure
"Protocol": "wss", // tcp: plain; tls: TLS secured; wss: WebSocket TLS secured
"CaCertPath":"", // path to the CA-Cert file, only to be set if advised
"CaTrustStorePath": "" // path to the CA-Cert file, only to be set if advised
"CaTrustStorePath": "", // path to the CA-Cert file, only to be set if advised
"HttpProxy": "http://<ip>:<port>", // Explicitly configure a proxy for http:// or https://
"HttpsProxy": "https://<ip>:<port>"
}
}
```

0 comments on commit 074fb12

Please sign in to comment.