Mercurial > rsstweet
diff config/config_init.rb @ 110:f76d44baa3dc
Test adding redis support
author | nanaya <me@myconan.net> |
---|---|
date | Wed, 09 Nov 2016 07:35:03 +0900 |
parents | 0c023d35cd80 |
children | 3fc882b0884d |
line wrap: on
line diff
--- a/config/config_init.rb Sun Oct 30 04:27:12 2016 +0900 +++ b/config/config_init.rb Wed Nov 09 07:35:03 2016 +0900 @@ -5,7 +5,7 @@ :access_token => ENV["RT_ACCESS_TOKEN"], :access_token_secret => ENV["RT_ACCESS_TOKEN_SECRET"] }, - :memcached_servers => ENV["RT_MEMCACHED_SERVERS"].try(:split, ",") + :redis_server => ENV["RT_REDIS_SERVER"] } config_local = File.expand_path("../config_local_#{Rails.env}.rb", __FILE__)