forked from dubinc/dub
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improved .env.example, added required env vars to deploy button
- Loading branch information
1 parent
68ce382
commit b808ab5
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
# Auto generated from Upstash integration (feel free to pull it from your Vercel project with `vc env pull`) | ||
UPSTASH_REDIS_REST_URL= | ||
UPSTASH_REDIS_REST_TOKEN= | ||
UPSTASH_REDIS_REST_TOKEN= | ||
|
||
# Required for email auth – setup instructions here: https://next-auth.js.org/providers/email#configuration | ||
EMAIL_SERVER= | ||
EMAIL_FROM= | ||
|
||
# Generate a random secret here: https://generate-secret.vercel.app/32 | ||
NEXTAUTH_SECRET= | ||
|
||
# Required for adding domains to Vercel using the Domains API | ||
## Here's how you can get your Project & Team ID: https://github.com/vercel/vercel/discussions/4367#discussioncomment-1672222 | ||
VERCEL_PROJECT_ID= | ||
VERCEL_TEAM_ID= | ||
## Here's how you can create an auth bearer token: https://vercel.com/guides/how-do-i-use-a-vercel-api-access-token#creating-an-access-token | ||
AUTH_BEARER_TOKEN= | ||
|
||
# Required for SQL database: you can follow this guide to set this up: https://vercel.com/guides/nextjs-multi-tenant-application#2.-set-up-your-mysql-database | ||
DATABASE_URL= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters