Skip to content

Instantly share code, notes, and snippets.

@albingroen
Created January 14, 2020 21:01
Show Gist options
  • Save albingroen/1ac1a0e75251b83760637e9480566abc to your computer and use it in GitHub Desktop.
Save albingroen/1ac1a0e75251b83760637e9480566abc to your computer and use it in GitHub Desktop.
const envs = {
// Required environments
local: "URL TO YOUR LOCAL ENVIRONMENT",
live: "URL TO YOUR LIVE ENVIRONMENT",
// Any environment you want. For example:
dev: "URL TO YOUR DEV ENVIRONMENT",
staging: "URL TO YOUR STAGING ENVIRONMENT",
}
const token = "PROJECT API TOKEN"
module.exports = {
envs,
token
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment