Skip to content

Commit ccc89fe

Browse files
committed
Remove useless config keys;
1 parent f8a853e commit ccc89fe

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

config/config.yml.default

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,9 @@ defaults: &defaults
1515
faye_server: "http://127.0.0.1:8080/faye"
1616
faye_client_url: "http://127.0.0.1:8080/faye"
1717
faye_token: "123456"
18-
twitter_token: "uJ9fBa53SmqrHBqs1qq5cg"
19-
twitter_secret: "b9e9hbsa9sYYCqmW0kTyfALshclmkQX4kzTm8BBBTw"
2018
github_token: "207bd3415f6f42bcf8da"
2119
github_secret: "8d51636e1325cd4a0af78efe567a35f29d42096d"
22-
douban_token: "04fab3198986e6350ef0194c9c94b29f"
23-
douban_secret: "5c08eac53cfa1890"
24-
google_js_api_key: "ABQIAAAAC-ble-vmy_g7-Qvem5P86xTX2XchcwgyHzp4Xo0DHRAzt2aLjhQnflwIyCJBOWYCE_rFuUkE0qEmhw"
2520
google_custom_search_id: "016658237367474087615:WMX464284035"
26-
external_feed_url: "http://ruby-taiwan.org/topics/feed"
27-
external_feed_name: "Ruby Taiwan Group"
2821
twitter_id: "ruby_china"
2922
gravatar_proxy: "http://gravatar.com"
3023

config/initializers/devise.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ module SSL
183183
# should add them to the navigational formats lists. Default is [:html]
184184
# config.navigational_formats = [:html, :iphone]
185185
config.omniauth :github, Setting.github_token, Setting.github_secret
186-
# config.omniauth :twitter, Setting.twitter_token, Setting.twitter_secret
187-
# config.omniauth :douban, Setting.douban_token, Setting.douban_secret
188186
# config.omniauth :open_id, :store => OpenID::Store::Filesystem.new('/tmp'), :name => 'google', :identifier => 'https://www.google.com/accounts/o8/id', :require => 'omniauth-openid'
189187

190188
# ==> Warden configuration

0 commit comments

Comments
 (0)