Skip to content

Instantly share code, notes, and snippets.

@lkdocs
Created September 11, 2013 19:10
Show Gist options
  • Save lkdocs/6528328 to your computer and use it in GitHub Desktop.
Save lkdocs/6528328 to your computer and use it in GitHub Desktop.
# Include Ruby library
require 'launchkey'
LaunchKey.configure do |config|
config.domain = 'http://yourdomain.tld'
config.app_key = 1234567890
config.secret_key = 'SECRET_KEY'
config.keypair = File.read('path/to/rsa-keypair.pem')
config.passphrase = 'PRIVATE_KEY_PASSPHRASE'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment