Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Jan 25, 2025
1 parent e25430d commit 4b8c0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ QSTASH_NEXT_SIGNING_KEY=
# Get your MySQL Database URL here: https://planetscale.com/docs/tutorials/connect-nodejs-app
DATABASE_URL="mysql://root:@localhost:3306/planetscale"
# Set local development documentation for connecting to a local database: https://dub.co/docs/local-development#step-4-set-up-planetscale-mysql-database
PLANETSCALE_DATABASE_URL="http://root:unused@localhost:3900"
PLANETSCALE_DATABASE_URL="http://root:unused@localhost:3900/planetscale"

# Generate a random secret here: https://generate-secret.vercel.app/32
NEXTAUTH_SECRET=
Expand Down

0 comments on commit 4b8c0c5

Please sign in to comment.