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 --- container.env.example | 1 - 1 file changed, 1 deletion(-) (limited to 'container.env.example') diff --git a/container.env.example b/container.env.example index ecfc160..7451dcb 100644 --- a/container.env.example +++ b/container.env.example @@ -4,4 +4,3 @@ POSTGRES_PASSWORD=1234 # app POSTGRES_PRISMA_URL=postgresql://postgres:${POSTGRES_PASSWORD}@db POSTGRES_URL_NON_POOLING=postgresql://postgres:${POSTGRES_PASSWORD}@db -NEXT_PUBLIC_BASE_URL=http://localhost:3000 -- cgit v1.3