Skip to content

Commit f638b8b

Browse files
committed
Improve ActionCable redis config example [skip ci]
1 parent bad7ff1 commit f638b8b

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)