설정 파일 커밋밋
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
# PLM WACE 운영환경 설정
|
||||
# PLM ILSHIN 운영환경 설정
|
||||
|
||||
# 애플리케이션 환경
|
||||
NODE_ENV=production
|
||||
|
||||
# 데이터베이스 설정
|
||||
DB_URL=jdbc:postgresql://localhost:5432/waceplm
|
||||
DB_URL=jdbc:postgresql://localhost:5432/ilshin
|
||||
DB_USERNAME=postgres
|
||||
DB_PASSWORD=waceplm0909!!
|
||||
DB_PASSWORD=your_production_password
|
||||
|
||||
# PostgreSQL 환경 변수
|
||||
POSTGRES_DB=waceplm
|
||||
POSTGRES_DB=ilshin
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=waceplm0909!!
|
||||
POSTGRES_PASSWORD=your_production_password
|
||||
|
||||
# JVM 옵션 (운영환경용)
|
||||
JAVA_OPTS=-Xms1024m -Xmx2048m -XX:PermSize=512m -XX:MaxPermSize=1024m
|
||||
@@ -26,4 +26,5 @@ DEBUG=false
|
||||
SSL_ENABLED=true
|
||||
|
||||
# 도메인 설정
|
||||
DOMAIN=waceplm.esgrin.com
|
||||
DOMAIN=ilshin.esgrin.com
|
||||
ALT_DOMAIN=autoclave.co.kr
|
||||
Reference in New Issue
Block a user