Skip to content

Commit 664b17e

Browse files
committed
Hide key
1 parent 5ec7606 commit 664b17e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/initializers/hello_sign.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'hello_sign'
22
HelloSign.configure do |config|
3-
config.api_key = '0f09c444c7b8b650844cfb4ceb387191a02b9e3ca241c757574d72448080ebd6'
3+
config.api_key = ENV['HS_KEY']
44
# You can use email_address and password instead of api_key. But api_key is recommended
55
# If api_key, email_address and password are all present, api_key will be used
66
# config.email_address = 'email_address'

0 commit comments

Comments
 (0)