aboutsummaryrefslogtreecommitdiffstats
path: root/env.sample
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2021-06-30 14:37:47 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2021-06-30 14:37:47 +0300
commit85fab1ffb0c5d09b5466508ca75781ee8b9b4ca1 (patch)
tree75235180e90fd1cd8d20cffa969c33c9a28e8eed /env.sample
parentf80b6fd6c7d7e6394cf1d5df4b8fe418348d629b (diff)
Add env.sample
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