Skip to content

Instantly share code, notes, and snippets.

@jasoares
Created April 4, 2014 03:59
Show Gist options
  • Select an option

  • Save jasoares/9967842 to your computer and use it in GitHub Desktop.

Select an option

Save jasoares/9967842 to your computer and use it in GitHub Desktop.
keen.io keys initializer for console use while testing...
require 'keen'
Keen.write_key = ENV['KEEN_WRITE_KEY'];
Keen.read_key = ENV['KEEN_READ_KEY'];
Keen.master_key = ENV['KEEN_MASTER_KEY'];
Keen.project_id = ENV['KEEN_PROJECT_ID'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment