From 4d86c8c72714879e8e6c060479b02c553d35bb0f Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Fri, 19 Jan 2024 12:03:16 -0500 Subject: Remove varianle NEXT_PUBLIC_BASE_URL --- .env.example | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.env.example') diff --git a/.env.example b/.env.example index e61e4ef..bc38b5f 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,2 @@ POSTGRES_PRISMA_URL=postgresql://postgres:1234@localhost -POSTGRES_URL_NON_POOLING=postgresql://postgres:1234@localhost -NEXT_PUBLIC_BASE_URL=http://localhost:3000 \ No newline at end of file +POSTGRES_URL_NON_POOLING=postgresql://postgres:1234@localhost \ No newline at end of file -- cgit v1.3