提交 ed33d1d6 编写于 作者: D David Heinemeier Hansson

Simplify

上级 21efa521
...@@ -305,16 +305,9 @@ By default, `ActionCable::Server::Base` will look for a configuration file in `R ...@@ -305,16 +305,9 @@ By default, `ActionCable::Server::Base` will look for a configuration file in `R
```yaml ```yaml
production: &production production: &production
:url: redis://10.10.3.153:6381 url: redis://10.10.3.153:6381
:host: 10.10.3.153
:port: 6381
:timeout: 1
development: &development development: &development
:url: redis://localhost:6379 url: redis://localhost:6379
:host: localhost
:port: 6379
:timeout: 1
:inline: true
test: *development test: *development
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册