From 4b8c0c50bfcfe28f303b141cd6a56d554788ae93 Mon Sep 17 00:00:00 2001 From: Steven Tey Date: Fri, 24 Jan 2025 18:37:27 -0800 Subject: [PATCH] Update .env.example --- apps/web/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/.env.example b/apps/web/.env.example index 5ddbc4f8c5..f928221b60 100644 --- a/apps/web/.env.example +++ b/apps/web/.env.example @@ -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=