diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2022-08-02 13:58:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-02 13:58:08 +0200 |
commit | 7ec70272d28c6b37f8a412dc577ff27da398d1df (patch) | |
tree | 56f1bfbb219a40bb2113f405fd0bd20b1e6b23f5 /dendrite-sample.polylith.yaml | |
parent | ca3fa58388aeb8ac84a05fe5e0fab6bfa85f3fc6 (diff) |
Disable NATS Server logging, allow self-signed certificates (#2605)
* Disable NATS Server logs in CI
* Add option to disable TLS validation for NATS
Diffstat (limited to 'dendrite-sample.polylith.yaml')
-rw-r--r-- | dendrite-sample.polylith.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dendrite-sample.polylith.yaml b/dendrite-sample.polylith.yaml index 92cab19b..55061122 100644 --- a/dendrite-sample.polylith.yaml +++ b/dendrite-sample.polylith.yaml @@ -103,6 +103,11 @@ global: addresses: - hostname:4222 + # Disable the validation of TLS certificates of NATS. This is + # not recommended in production since it may allow NATS traffic + # to be sent to an insecure endpoint. + disable_tls_validation: false + # The prefix to use for stream names for this homeserver - really only useful # if you are running more than one Dendrite server on the same NATS deployment. topic_prefix: Dendrite |