1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 15:28:28 -04:00

restore .env.example

This commit is contained in:
Jake Jarvis 2021-12-30 13:31:14 -05:00
parent cd75ce92b7
commit d96d5df214
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
2 changed files with 14 additions and 8 deletions

12
.env.example Normal file
View File

@ -0,0 +1,12 @@
AIRTABLE_API_KEY=
AIRTABLE_BASE=
FAUNADB_SERVER_SECRET=
GH_PUBLIC_TOKEN=
HCAPTCHA_SECRET_KEY=
NEXT_PUBLIC_HCAPTCHA_SITE_KEY=
SENTRY_AUTH_TOKEN=
NEXT_PUBLIC_SENTRY_DSN=
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
SPOTIFY_REFRESH_TOKEN=
WEBMENTIONS_TOKEN=

10
.gitignore vendored
View File

@ -1,6 +1,6 @@
# next.js # next.js
.next/ /.next/
out/ /out/
# generated at build-time by next-sitemap # generated at build-time by next-sitemap
public/robots.txt public/robots.txt
@ -27,11 +27,5 @@ yarn-error.log*
*.icloud *.icloud
.nosync .nosync
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# vercel # vercel
.vercel .vercel