Skip to content

Instantly share code, notes, and snippets.

@gabrielEloy
Created June 23, 2021 00:44
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 gabrielEloy/4d5310d39ab7bf9bfc33767fbc31a1e3 to your computer and use it in GitHub Desktop.
Save gabrielEloy/4d5310d39ab7bf9bfc33767fbc31a1e3 to your computer and use it in GitHub Desktop.
// at .next.config.js
module.exports = {
// pre-existing configs
env: {
//you need to insert BOTH KEYs in order to connect with Parse Server
PARSE_APP_ID:'YOUR_APPLICATION_ID_HERE',
PARSE_JS_KEY:'YOUR_JAVASCRIPT_KEY_HERE'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment