We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec7606 commit 664b17eCopy full SHA for 664b17e
1 file changed
config/initializers/hello_sign.rb
@@ -1,6 +1,6 @@
1
require 'hello_sign'
2
HelloSign.configure do |config|
3
- config.api_key = '0f09c444c7b8b650844cfb4ceb387191a02b9e3ca241c757574d72448080ebd6'
+ config.api_key = ENV['HS_KEY']
4
# You can use email_address and password instead of api_key. But api_key is recommended
5
# If api_key, email_address and password are all present, api_key will be used
6
# config.email_address = 'email_address'
0 commit comments