Skip to content

Commit

Permalink
Hide key
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoung488 committed Jun 21, 2017
1 parent 5ec7606 commit 664b17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/hello_sign.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'hello_sign'
HelloSign.configure do |config|
config.api_key = '0f09c444c7b8b650844cfb4ceb387191a02b9e3ca241c757574d72448080ebd6'
config.api_key = ENV['HS_KEY']
# You can use email_address and password instead of api_key. But api_key is recommended
# If api_key, email_address and password are all present, api_key will be used
# config.email_address = 'email_address'
Expand Down

0 comments on commit 664b17e

Please sign in to comment.