diff README.md @ 110:f76d44baa3dc

Test adding redis support
author nanaya <me@myconan.net>
date Wed, 09 Nov 2016 07:35:03 +0900
parents bdc723f05119
children d7c13499626c
line wrap: on
line diff
--- a/README.md	Sun Oct 30 04:27:12 2016 +0900
+++ b/README.md	Wed Nov 09 07:35:03 2016 +0900
@@ -21,24 +21,7 @@
 Configuration
 -------------
 
-This application depends on at least those two Twitter-related tokens:
-
-- `RT_CONSUMER_KEY`
-- `RT_CONSUMER_SECRET`
-
-Make sure to set them before using.
-
-Optionally, setting those two variables allows you access to private accounts which your account has access to:
-
-- `RT_ACCESS_TOKEN`
-- `RT_ACCESS_TOKEN_SECRET`
-
-It is also recommended to have memcached installed so tweet requests will be cached
-for a short while.
-
-- `RT_MEMCACHED_SERVERS` (separate multiple servers with comma)
-
-Alternatively, create a config file. Read `config/config_init.rb` for hints.
+Create a config file. Read `config/config_init.rb` for hints.
 
 
 To do