Skip to content

Commit

Permalink
Improve ActionCable redis config example [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
fatkodima committed Apr 7, 2024
1 parent bad7ff1 commit f638b8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions guides/source/action_cable_overview.md
Expand Up @@ -762,9 +762,8 @@ production:
adapter: redis
url: rediss://10.10.3.153:tls_port
channel_prefix: appname_production
ssl_params: {
ssl_params:
ca_file: "/path/to/ca.crt"
}
```

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.
Expand Down

0 comments on commit f638b8b

Please sign in to comment.