mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
commit
5ad75fb459
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ development: &development
|
|||
test: *development
|
||||
```
|
||||
|
||||
This format allows you to specify one configuration per Rails environment. You can also chance the location of the Redis config file in
|
||||
This format allows you to specify one configuration per Rails environment. You can also change the location of the Redis config file in
|
||||
a Rails initializer with something like:
|
||||
|
||||
```ruby
|
||||
|
|
Loading…
Reference in a new issue