Guest User

Untitled

a guest
Oct 11th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. MyApp::Application.configure do
  2. config.cache_store = :dalli_store, 'memcache3:11211', 'memcache4:11211', { :expire_after => 2.hours, :compress => true, :namespace => "my_app_prod" }
  3. end
Add Comment
Please, Sign In to add comment