Created
November 15, 2012 20:31
-
-
Save ohadlevy/4081072 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/config/application.rb b/config/application.rb | |
index b744354..9544178 100644 | |
--- a/config/application.rb | |
+++ b/config/application.rb | |
@@ -65,7 +65,7 @@ module Foreman | |
# enables in memory cache store with ttl | |
#config.cache_store = TimedCachedStore.new | |
- config.cache_store = :file_store, Rails.root.join("tmp") | |
+ config.cache_store = :file_store, Rails.root.join("tmp/cache") | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment