File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ DISCORD_CLIENT_ID=
1818DISCORD_CLIENT_SECRET =
1919
2020# Redis
21- REDIS_URL = rediss://:ASZHAAImcDJmNzBmOGJkOTBmOTc0MWU1OWFhMTIyOGU0N2VkOWYxMHAyOTc5OQ@welcome-thrush-9799.upstash.io:6379
21+ REDIS_URL =
2222
2323# RESEND
2424RESEND_API_KEY =
Original file line number Diff line number Diff line change 1+ NEXT_PUBLIC_API_URL = http://localhost:5000
2+ NEXT_PUBLIC_APP_URL = http://localhost:3000
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ npm-debug.log*
2525yarn-debug.log *
2626yarn-error.log *
2727
28- # env files (can opt-in for commiting if needed)
29- .env *
28+ # env files
29+ .env
3030
3131# vercel
3232.vercel
Original file line number Diff line number Diff line change 1+ # Redis
2+ REDIS_URL =
Original file line number Diff line number Diff line change 1+ DATABASE_URL =
You can’t perform that action at this time.
0 commit comments