Mercurial > rsstweet
view config/config_init.rb @ 148:c57e51af4692
Update with latest rails
Not sure why "rails" is specifically required now.
author | nanaya <me@nanaya.pro> |
---|---|
date | Sat, 13 Jan 2018 03:16:17 +0900 |
parents | 3fc882b0884d |
children |
line wrap: on
line source
$cfg = { :twitter => [ { :consumer_key => ENV["RT_CONSUMER_KEY"], :consumer_secret => ENV["RT_CONSUMER_SECRET"], :access_token => ENV["RT_ACCESS_TOKEN"], :access_token_secret => ENV["RT_ACCESS_TOKEN_SECRET"], }, ], :redis_server => ENV["RT_REDIS_SERVER"] } config_local = File.expand_path("../config_local_#{Rails.env}.rb", __FILE__) require config_local if File.exist? config_local $cfg.freeze