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.