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.monolith.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.monolith.yaml')
-rw-r--r-- | dendrite-sample.monolith.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dendrite-sample.monolith.yaml b/dendrite-sample.monolith.yaml index cc6c173e..a34b8af5 100644 --- a/dendrite-sample.monolith.yaml +++ b/dendrite-sample.monolith.yaml @@ -113,6 +113,11 @@ global: addresses: # - localhost: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 + # Persistent directory to store JetStream streams in. This directory should be # preserved across Dendrite restarts. storage_path: ./ |