80ddde87b2
- 로그인 화면: 모모유통 + 유통관리 ERP 로고/테마(그린), 본사·지사 주소 및 연락처 표시 - MOMO 로고/파비콘 SVG 추가 - Constants.SYSTEM_TITLE을 "유통관리 ERP", COMPANY_NAME을 "모모유통"으로 변경 - docker-compose 모든 환경(prod/dev/localdev/debug/win) DB 연결을 env 변수로 외부화하고 .env/.env.production에서 로드 - Traefik 라우팅을 momo.junggomoa.com 으로 변경, 컨테이너명 momo-erp로 통일 - .gitignore에 .env.* 패턴 추가(.env.example 제외) — 실제 크리덴셜은 git에 포함하지 않음 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
9 lines
246 B
Bash
9 lines
246 B
Bash
# Copy this file to .env (local dev) or .env.production (prod) and fill in values.
|
|
# These files are gitignored — never commit real credentials.
|
|
|
|
DB_HOST=183.99.177.40
|
|
DB_PORT=5432
|
|
DB_NAME=distribution
|
|
DB_USERNAME=postgres
|
|
DB_PASSWORD=changeme
|