diff config/config_init.rb @ 76:0c023d35cd80

Allows usage of multiple twitter keys Working around api rate limit
author nanaya <me@myconan.net>
date Sun, 26 Jun 2016 16:46:02 +0900
parents e9a6019a34ea
children f76d44baa3dc
line wrap: on
line diff
--- a/config/config_init.rb	Thu Jun 23 01:47:33 2016 +0900
+++ b/config/config_init.rb	Sun Jun 26 16:46:02 2016 +0900
@@ -1,5 +1,5 @@
 $cfg = {
-  :twitter => {
+  :twitter0 => {
     :consumer_key => ENV["RT_CONSUMER_KEY"],
     :consumer_secret => ENV["RT_CONSUMER_SECRET"],
     :access_token => ENV["RT_ACCESS_TOKEN"],