Last active
May 16, 2017 20:50
-
-
Save orels1/779747f1146ff6cf57e08e093ea60b11 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
const CLIENT_ID = process.env.CLIENT_ID; | |
const CLIENT_SECRET = process.env.CLIENT_SECRET; | |
const redirect = encodeURIComponent('http://localhost:50451/api/discord/callback'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment