From fd545cee0cbf44784c9a0985482dca8336b3e9a9 Mon Sep 17 00:00:00 2001 From: Mythie Date: Mon, 25 Sep 2023 10:33:38 +1000 Subject: [PATCH] chore: update env.example --- .env.example | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.env.example b/.env.example index 9ea1ae4b9..3dc0985cb 100644 --- a/.env.example +++ b/.env.example @@ -6,13 +6,10 @@ NEXTAUTH_SECRET="secret" NEXT_PRIVATE_GOOGLE_CLIENT_ID="" NEXT_PRIVATE_GOOGLE_CLIENT_SECRET="" -# [[APP]] +# [[URLS]] NEXT_PUBLIC_WEBAPP_URL="http://localhost:3000" NEXT_PUBLIC_MARKETING_URL="http://localhost:3001" -# [[MARKETING]] -NEXT_PUBLIC_MARKETING_SITE_URL="http://localhost:3001" - # [[DATABASE]] NEXT_PRIVATE_DATABASE_URL="postgres://documenso:password@127.0.0.1:54320/documenso" # Defines the URL to use for the database when running migrations and other commands that won't work with a connection pool.