Skip to content

Instantly share code, notes, and snippets.

@codeaholicguy
Last active November 14, 2016 16:37
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 codeaholicguy/08776109387903f3365fa659a82c65be to your computer and use it in GitHub Desktop.
Save codeaholicguy/08776109387903f3365fa659a82c65be to your computer and use it in GitHub Desktop.
export const CLIENT_ID = process.env.CLIENT_ID;
export const REDIRECT_URI = process.env.REDIRECT_URI || 'http://localhost:8080/callback';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment