Skip to content

Instantly share code, notes, and snippets.

@zacoppotamus
Created July 9, 2014 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zacoppotamus/e54f2eaf87508f0df263 to your computer and use it in GitHub Desktop.
Save zacoppotamus/e54f2eaf87508f0df263 to your computer and use it in GitHub Desktop.
'use strict';
// Environment variables that grunt will set when the server starts locally. Use for your api keys, secrets, etc.
// You will need to set these on the server you deploy to.
//
// This file should not be tracked by git.
module.exports = {
SESSION_SECRET: "nydata-secret",
FACEBOOK_ID: "app-id",
FACEBOOK_SECRET: "secret",
TWITTER_ID: "app-id",
TWITTER_SECRET: "secret",
GOOGLE_ID: "app-id",
GOOGLE_SECRET: "secret"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment