fix for production config

This commit is contained in:
r888888888
2013-08-01 15:06:56 -07:00
parent 60b214f4d0
commit e3ad8d93d4
2 changed files with 7 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ Danbooru::Application.configure do
# config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
# Use a different cache store in production
config.cache_store = :dalli_store, Danbooru.config.memcached_servers
# config.cache_store = :dalli_store, Danbooru.config.memcached_servers
# Enable serving of images, stylesheets, and JavaScripts from an asset server
# config.action_controller.asset_host = "http://assets.example.com"