-
Notifications
You must be signed in to change notification settings - Fork 27.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated .env changes to example and readme
- Loading branch information
Sreekumar Menon
committed
Aug 1, 2020
1 parent
59ef66e
commit 109f259
Showing
5 changed files
with
28 additions
and
54 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Public Environment variables that can be used in the browser. | ||
NEXT_PUBLIC_AUTH0_CLIENT_ID= | ||
NEXT_PUBLIC_AUTH0_SCOPE="openid profile" | ||
NEXT_PUBLIC_AUTH0_DOMAIN= | ||
NEXT_PUBLIC_REDIRECT_URI="http://localhost:3000/api/callback" | ||
NEXT_PUBLIC_POST_LOGOUT_REDIRECT_URI="http://localhost:3000" | ||
|
||
# Secret environment variables only available to Node.js | ||
AUTH0_CLIENT_SECRET= | ||
SESSION_COOKIE_SECRET= | ||
SESSION_COOKIE_LIFETIME=7200 |
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
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
This file was deleted.
Oops, something went wrong.