* fix typo in production config

This commit is contained in:
Seth Call 2014-02-07 22:26:27 +00:00
parent afbe4c09c2
commit 12d294f62f
1 changed files with 1 additions and 1 deletions

View File

@ -91,5 +91,5 @@ SampleApp::Application.configure do
config.facebook_app_secret = '8b1f20430356d44fb49c0a504a9ff401' # staging
config.twitter_app_id = 'RHv0NJod7NLCXH6Kv29LWw' # staging
config.twitter.app_secret = 'ZjLl7rtagTozYDuKKyZNtaTQ4aGFmZPVCO8EoUJmg' # staging
config.twitter_app_secret = 'ZjLl7rtagTozYDuKKyZNtaTQ4aGFmZPVCO8EoUJmg' # staging
end