aboutsummaryrefslogtreecommitdiffstats
path: root/env.sample
blob: cf5e0716afdfdbc023473a7562d42a9884467889 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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