# 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