aboutsummaryrefslogtreecommitdiffstats
path: root/env.sample
diff options
context:
space:
mode:
Diffstat (limited to 'env.sample')
-rw-r--r--env.sample13
1 files changed, 13 insertions, 0 deletions
diff --git a/env.sample b/env.sample
new file mode 100644
index 0000000..cf5e071
--- /dev/null
+++ b/env.sample
@@ -0,0 +1,13 @@
+# Uncomment the ones you need
+
+# Dockerized backend
+POSTGRES_CONNECTION_STRING=postgresql://postgres:postgres@db:5432/postgres
+FRONTEND_URL=http://localhost:3000
+# Dockerized frontend
+NEXT_PUBLIC_BACKEND_URL=http://backend:4000
+
+# Backend
+# POSTGRES_CONNECTION_STRING=postgresql://postgres:postgres@localhost:5432/postgres
+# FRONTEND_URL=http://localhost:3000
+# Frontend
+# NEXT_PUBLIC_BACKEND_URL=http://localhost:4000