Skip to content

Commit

Permalink
Remove sensitive info :)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbleigh committed Jan 30, 2013
1 parent 92d34c7 commit a6436d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/initializers/amazon_ecs.rb
@@ -1,6 +1,6 @@
require 'amazon/ecs'

Amazon::Ecs.options = {
:aWS_access_key_id => '1250X0FQJ6Y3DV5QCFR2',
:aWS_secret_key => 'pIzhXqqrYOTegS9qr4ml7M+xBfty4WcnYwgHVt7J'
}
:aWS_access_key_id => 'KEY_ID',
:aWS_secret_key => 'SECRET_KEY'
}

0 comments on commit a6436d3

Please sign in to comment.