Created
March 25, 2013 13:42
-
-
Save jmoreno/5237192 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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