Files
careit/.env
2026-01-30 13:10:48 +07:00

17 lines
331 B
Bash

# Database Configuration
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