You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- default: &default
- store_options:
- # Cap age of oldest cache entry to fulfill retention policies
- # max_age: <%= 60.days.to_i %>
- max_size: <%= 256.megabytes %>
- namespace: <%= Rails.env %>
-
- development:
- <<: *default
-
- test:
- <<: *default
-
- production:
- database: cache
- <<: *default
|