aboutsummaryrefslogtreecommitdiffstats
path: root/container.env.example
diff options
context:
space:
mode:
Diffstat (limited to 'container.env.example')
-rw-r--r--container.env.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/container.env.example b/container.env.example
new file mode 100644
index 0000000..ecfc160
--- /dev/null
+++ b/container.env.example
@@ -0,0 +1,7 @@
+# db
+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