Skip to content

Commit 4939f39

Browse files
Merge pull request rails#51512 from fatkodima/improve-cable-config-example
Improve ActionCable redis config example [skip ci]
2 parents efd4212 + f638b8b commit 4939f39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

guides/source/action_cable_overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,9 +762,8 @@ production:
762762
adapter: redis
763763
url: rediss://10.10.3.153:tls_port
764764
channel_prefix: appname_production
765-
ssl_params: {
765+
ssl_params:
766766
ca_file: "/path/to/ca.crt"
767-
}
768767
```
769768

770769
The options given to `ssl_params` are passed directly to the `OpenSSL::SSL::SSLContext#set_params` method and can be any valid attribute of the SSL context.

0 commit comments

Comments
 (0)