ぼざクリ タグ広場 https://hub.nizika.monster
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.
 
 
 
 
 
 

17 lines
300 B

  1. default: &default
  2. store_options:
  3. # Cap age of oldest cache entry to fulfill retention policies
  4. # max_age: <%= 60.days.to_i %>
  5. max_size: <%= 256.megabytes %>
  6. namespace: <%= Rails.env %>
  7. development:
  8. <<: *default
  9. test:
  10. <<: *default
  11. production:
  12. database: cache
  13. <<: *default