nexus/docs/.env.example

8 lines
423 B
Plaintext

# rename this file to .env and supply the values listed below
# also make sure they are available to the build tool (e.g. Netlify)
# warning: variables prefixed with GATSBY_ will be made available to client-side code
# be careful not to expose sensitive data (in this case your Algolia admin key)
GATSBY_ALGOLIA_APP_ID="XXX"
GATSBY_ALGOLIA_SEARCH_KEY="XXX"
GATSBY_ALGOLIA_ADMIN_API_KEY="XXX"
GATSBY_ALGOLIA_INDEX_NAME="XXX"