설정 파일 커밋밋

This commit is contained in:
2025-08-30 01:33:34 +09:00
parent 6e7ca86285
commit c11eed1a5c
103 changed files with 77 additions and 818 deletions

View File

@@ -1,17 +1,17 @@
# PLM WACE 개발환경 설정
# PLM ILSHIN 개발환경 설정
# 애플리케이션 환경
NODE_ENV=development
# 데이터베이스 설정
DB_URL=jdbc:postgresql://211.115.91.141:11133/waceplm
DB_URL=jdbc:postgresql://211.115.91.141:11132/ilshin
DB_USERNAME=postgres
DB_PASSWORD=waceplm0909!!
DB_PASSWORD=ilshin0909!!
# PostgreSQL 환경 변수 (내부 DB 사용 시)
POSTGRES_DB=waceplm
POSTGRES_DB=ilshin
POSTGRES_USER=postgres
POSTGRES_PASSWORD=waceplm0909!!
POSTGRES_PASSWORD=ilshin0909!!
# 애플리케이션 포트
APP_PORT=8090