mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 09:05:22 -04:00
restore .env.example
This commit is contained in:
parent
cd75ce92b7
commit
d96d5df214
12
.env.example
Normal file
12
.env.example
Normal 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
10
.gitignore
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user