Skip to content

Commit

Permalink
changed development & test envoirments salesforce key and secret
Browse files Browse the repository at this point in the history
  • Loading branch information
meyer429 committed Feb 23, 2012
1 parent 6ecc00e commit 83764f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
config.assets.debug = true

# Authentication info
config.secret = '5593024710920577712'
config.key = '3MVG9rFJvQRVOvk4B2Tv6Ul7WcCH81Qi5v1kJOL8XLQtkL1YMP.M0HIYGvLbOdPmSf3YnCoX.ksLfKy1DO4Gk'
config.secret = '597816672889397373'
config.key = '3MVG9rFJvQRVOvk5QXMZiC4qX6.1qiSz397preZNvpFCR9AF5ngG17gPQ2.HVdX8vkldxEa1wmyswe7JYFDoS'

#endpoints
config.localserver = 'http://localhost:3000'
Expand Down
4 changes: 2 additions & 2 deletions config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
config.assets.allow_debugging = true

# Authentication info
config.secret = '5593024710920577712'
config.key = '3MVG9rFJvQRVOvk4B2Tv6Ul7WcCH81Qi5v1kJOL8XLQtkL1YMP.M0HIYGvLbOdPmSf3YnCoX.ksLfKy1DO4Gk'
config.secret = '597816672889397373'
config.key = '3MVG9rFJvQRVOvk5QXMZiC4qX6.1qiSz397preZNvpFCR9AF5ngG17gPQ2.HVdX8vkldxEa1wmyswe7JYFDoS'

#endpoints
config.localserver = 'http://localhost:3000'
Expand Down

0 comments on commit 83764f2

Please sign in to comment.