From 85fab1ffb0c5d09b5466508ca75781ee8b9b4ca1 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 30 Jun 2021 14:37:47 +0300 Subject: Add env.sample --- env.sample | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 env.sample (limited to 'env.sample') 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 -- cgit v1.3