Skip to content

Commit

Permalink
api key is now printed
Browse files Browse the repository at this point in the history
  • Loading branch information
Francismb committed Jun 19, 2016
1 parent 3810b95 commit 67ece47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/initializers/carrierwave.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CarrierWave.configure do |config|
config.fog_credentials = {
puts "APIKEY == #{ENV['RACKSPACE_API_KEY']}"
config.fog_credentials = {
provider: 'Rackspace',
rackspace_username: 'frazboyz',
rackspace_api_key: ENV['RACKSPACE_API_KEY'],
Expand Down

0 comments on commit 67ece47

Please sign in to comment.