File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Dev-only defaults — fine for local. Rotate before deploying anywhere real.
2+
13# Used to encrypt JWT tokens
2- PAYLOAD_SECRET = YOUR_SECRET_HERE
4+ PAYLOAD_SECRET = dev_payload_secret_change_me_32_chars_min
35
46# Used to configure CORS, format links and more. No trailing slash
57NEXT_PUBLIC_SERVER_URL = http://localhost:3000
68
79# Secret used to authenticate cron jobs
8- CRON_SECRET = YOUR_CRON_SECRET_HERE
10+ CRON_SECRET = dev_cron_secret_change_me_32_chars_minimum
911
1012# Used to validate preview requests
11- PREVIEW_SECRET = YOUR_SECRET_HERE
13+ PREVIEW_SECRET = dev_preview_secret_change_me_32_chars_min
1214
13- BETTER_AUTH_SECRET = YOUR_SECRET_HERE
15+ # Required by BetterAuth — must be at least 32 chars
16+ BETTER_AUTH_SECRET = dev_better_auth_secret_change_me_32_chars
1417
1518BETTER_AUTH_URL = http://localhost:3000
1619
You can’t perform that action at this time.
0 commit comments