Files
report/.env.development
T
2026-07-19 03:44:35 +09:00

17 lines
308 B
Bash

# MySQL Port
MYSQL_PORT=3306
# Adminer Port
ADMIN_PORT=8081
# Backend Port
BACKEND_PORT=5000
# Frontend Port
FRONTEND_PORT=3001
# Database Configuration
DB_HOST=localhost # 로컬은 localhost ✅
DB_USER=root
DB_PASSWORD=password # 본인 로컬 MySQL 비밀번호로 변경
DB_NAME=report_db