Skip to content

Instantly share code, notes, and snippets.

@jmoreno
Created March 25, 2013 13:42
Show Gist options
  • Select an option

  • Save jmoreno/5237192 to your computer and use it in GitHub Desktop.

Select an option

Save jmoreno/5237192 to your computer and use it in GitHub Desktop.
# Rename this file to local_env.yml
# Add account settings and API keys here.
# This file should be listed in .gitignore to keep your settings secret!
# Each entry gets set as a local environment variable.
# This file overrides ENV variables in the Unix shell.
# For example, setting:
# GMAIL_USERNAME: 'Your_Gmail_Username'
# makes 'Your_Gmail_Username' available as ENV["GMAIL_USERNAME"]
# Twitter Variables
CONSUMER_KEY: 'Your_Consumer_Key'
CONSUMER_SECRET: 'Your_Consumer_Secret'
OAUTH_TOKEN: 'Your_Oauth_Token'
OAUTH_TOKEN_SECRET: 'Your_Oauth_Token_Secret'
# New Relic Parameters
NEW_RELIC_LICENSE_KEY: 'Your_New_Relic_License_Key'
# Google Analytics Parameters
GOOGLE_ANALYTICS_TRACKER: 'Your_Google_Analytics_Tracker'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment