# Database Configuration DB_HOST=db # DB_HOST=host.docker.internal DB_PORT=5432 DB_USER=postgres DB_PASSWORD=gakbikinkembung25 DB_NAME=careit_db POSTGRES_PASSWORD=gakbikinkembung25 # Backend Configuration BACKEND_PORT=8081 # Frontend Configuration FRONTEND_PORT=3000 NEXT_PUBLIC_API_URL=http://backend:8081 # Development NODE_ENV=development