Skip to content

Instantly share code, notes, and snippets.

@DavidWells
Created June 30, 2018 17:23
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 DavidWells/9f41350e14ce7d4d607713c5fd16b030 to your computer and use it in GitHub Desktop.
Save DavidWells/9f41350e14ce7d4d607713c5fd16b030 to your computer and use it in GitHub Desktop.
Set your faunaDB key for local development for https://github.com/netlify/netlify-faunadb-example
# on mac
export FAUNADB_SECRET=YourFaunaDBKeyHere
# on windows
set FAUNADB_SECRET=YourFaunaDBKeyHere
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment