9 lines
119 B
YAML
9 lines
119 B
YAML
development:
|
|
adapter: async
|
|
|
|
test:
|
|
adapter: async
|
|
|
|
production:
|
|
adapter: redis
|
|
url: <%= ENV['REDISTOGO_URL'] %>
|