Skip to content

Commit

Permalink
env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-prog committed Aug 7, 2023
1 parent 71a5bfd commit 7fd5889
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
NEXTAUTH_SECRET="gkbMxCgfeTtjGmUvdqu9BiMf7XRgCIHF3hpdSycr8yE="
NEXTAUTH_SECRET="YOUR_NEXTAUTH_SECRET"
NEXTAUTH_URL="http://localhost:3000"

DESCOPE_PROJECT_ID="<YOUR_DESCOPE_PROJECT_ID>"
DESCOPE_ACCESS_KEY="<YOUR_DESCOPE_ACCESS_KEY>"
DESCOPE_PROJECT_ID="YOUR_DESCOPE_PROJECT_ID"
DESCOPE_ACCESS_KEY="YOUR_DESCOPE_ACCESS_KEY"

# Optional environment variables!
AIRTABLE_PERSONAL_ACCESS_TOKEN="<YOUR_AIRTABLE_PERSONAL_ACCESS_TOKEN>"
AIRTABLE_BASE="<YOUR_AIRTABLE_BASE>"
AIRTABLE_TABLE_NAME="<AIRTABLE_TABLE_NAME>"
AIRTABLE_FORM_EMBED="<YOUR_AIRTABLE_FORM_SHARE_LINK>"
AIRTABLE_PERSONAL_ACCESS_TOKEN="YOUR_AIRTABLE_PERSONAL_ACCESS_TOKEN"
AIRTABLE_BASE="YOUR_AIRTABLE_BASE"
AIRTABLE_TABLE_NAME="AIRTABLE_TABLE_NAME"
AIRTABLE_FORM_EMBED="YOUR_AIRTABLE_FORM_SHARE_LINK"

0 comments on commit 7fd5889

Please sign in to comment.