Skip to content

Instantly share code, notes, and snippets.

@Climax777
Created July 16, 2014 14:30
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 Climax777/093b3fc65664c800e3ea to your computer and use it in GitHub Desktop.
Save Climax777/093b3fc65664c800e3ea 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: "jericho-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