Skip to content

Instantly share code, notes, and snippets.

@cfjedimaster
Created April 25, 2024 15:43
Show Gist options
  • Save cfjedimaster/7aa6da57a44a126d40941ae071c1fc09 to your computer and use it in GitHub Desktop.
Save cfjedimaster/7aa6da57a44a126d40941ae071c1fc09 to your computer and use it in GitHub Desktop.
/* Set our creds based on environment variables. */
const CLIENT_ID = process.env.CLIENT_ID;
const CLIENT_SECRET = process.env.CLIENT_SECRET;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment