aboutsummaryrefslogtreecommitdiffstats
path: root/container.env.example
diff options
context:
space:
mode:
Diffstat (limited to 'container.env.example')
-rw-r--r--container.env.example1
1 files changed, 0 insertions, 1 deletions
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