aboutsummaryrefslogtreecommitdiffstats
path: root/container.env.example
diff options
context:
space:
mode:
authorSebastien Castiel <sebastien@castiel.me>2024-01-19 12:03:16 -0500
committerSebastien Castiel <sebastien@castiel.me>2024-01-19 12:03:16 -0500
commit4d86c8c72714879e8e6c060479b02c553d35bb0f (patch)
tree22459eb419318b9530710402c64a78a9ac0b142f /container.env.example
parent23524cb94314fd50476ccffe654841d980c713d7 (diff)
Remove varianle NEXT_PUBLIC_BASE_URL
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