From 4c0351116657eff609d07bdb80e76d11925fc552 Mon Sep 17 00:00:00 2001 From: Ivan Kozlovic Date: Mon, 9 Dec 2019 09:26:46 -0700 Subject: [PATCH] [ADDED] Missing `credentials` config param The `credentials` configuration parameter was missing from the table --- nats-streaming-server/configuring/cfgfile.md | 1 + 1 file changed, 1 insertion(+) diff --git a/nats-streaming-server/configuring/cfgfile.md b/nats-streaming-server/configuring/cfgfile.md index c3f7181..864a6bd 100644 --- a/nats-streaming-server/configuring/cfgfile.md +++ b/nats-streaming-server/configuring/cfgfile.md @@ -73,6 +73,7 @@ In general the configuration parameters are the same as the command line argumen | encrypt | Specify if server should encrypt messages \(only the payload\) when storing them | `true` or `false` | `encrypt: true` | | encryption\_cipher | Cipher to use for encryption. Currently support AES and CHAHA \(ChaChaPoly\). Defaults to AES | `AES` or `CHACHA` | `encryption_cipher: "AES"` | | encryption\_key | Encryption key. It is recommended to specify the key through the `NATS_STREAMING_ENCRYPTION_KEY` environment variable instead | String | `encryption_key: "mykey"` | +| credentials | Credentials file to connect to external NATS 2.0+ Server | String | `credentials: "streaming_server.creds"` | ## TLS Configuration