NODE_ENV=development POSTGRES_DB=rental_system POSTGRES_USER=rental_user POSTGRES_PASSWORD=rental_password DATABASE_URL=postgresql://rental_user:rental_password@localhost:5432/rental_system JWT_SECRET=change-me-super-secret JWT_EXPIRES_IN=12h ADMIN_NAME="Rental System Admin" ADMIN_EMAIL=admin@rental.local ADMIN_PASSWORD=Admin12345! API_PORT=4000 WEB_PORT=3000 APP_BASE_URL=http://localhost:3000 API_BASE_URL=http://localhost:4000 INTERNAL_API_BASE_URL=http://127.0.0.1:4000 NEXT_PUBLIC_API_BASE_URL=/api