Skip to content

Commit

Permalink
Added alternative for generating NEXTAUTH_SECRET
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey authored Apr 12, 2023
1 parent 06e781e commit 5a9ac7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
NODE_ENV=development

# Next Auth config:
# Generate a secret with `openssl rand -base64 32`
# Generate a secret with `openssl rand -base64 32`, or visit https://generate-secret.vercel.app/
NEXTAUTH_SECRET=changeme
NEXTAUTH_URL=http://localhost:3000

Expand Down

0 comments on commit 5a9ac7d

Please sign in to comment.