Skip to content

Commit

Permalink
env: make sections clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
mimecuvalo committed Nov 14, 2023
1 parent 603c639 commit bb2bb34
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# move this to .env.development.local when you're ready to use.
# it'll be ignored by .gitignore

# Apollo/GraphQL
NEXT_PUBLIC_APOLLO_URL=http://localhost:3000/api/graphql

# Auth0
NEXT_PUBLIC_BASE_URL=http://localhost:3000
NEXT_PUBLIC_REDIRECT_URI=
NEXT_PUBLIC_POST_LOGOUT_REDIRECT_URI=

NEXT_PUBLIC_AUTH0_DOMAIN=
NEXT_PUBLIC_AUTH0_CLIENT_ID=
AUTH0_CLIENT_SECRET=
Expand All @@ -17,7 +18,9 @@ AUTH0_ISSUER_BASE_URL=
AUTH0_SESSION_COOKIE_LIFETIME=31536000
AUTH0_HOOK_SECRET=

# Sentry
SENTRY_DSN=

# i18n
NEXT_PUBLIC_DEFAULT_LOCALE=en
NEXT_PUBLIC_LOCALES=en,fr

1 comment on commit bb2bb34

@vercel
Copy link

@vercel vercel bot commented on bb2bb34 Nov 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

all-the-things – ./

all-the-things-git-main-mimecuvalo.vercel.app
all-the-things-mimecuvalo.vercel.app
all-the-things.vercel.app

Please sign in to comment.