설정 파일 커밋밋
This commit is contained in:
@@ -1,29 +1,22 @@
|
||||
# PLM WACE 운영환경 설정
|
||||
# App Service Configuration
|
||||
# Note: These keys (DB_URL, DB_USER, DB_PASSWORD) might need adjustment
|
||||
# based on how the actual Java application reads them (e.g., from System.getenv()).
|
||||
# The JNDI approach suggested earlier might ignore these direct env vars.
|
||||
# DB_URL=jdbc:postgresql://plm-ilshin-db:5432/ilshin
|
||||
# DB_USER=postgres
|
||||
# DB_PASSWORD=ilshin0909!!
|
||||
|
||||
# 애플리케이션 환경
|
||||
NODE_ENV=production
|
||||
|
||||
# 데이터베이스 설정
|
||||
DB_URL=jdbc:postgresql://localhost:5432/waceplm
|
||||
DB_USERNAME=postgres
|
||||
DB_PASSWORD=waceplm0909!!
|
||||
|
||||
# PostgreSQL 환경 변수
|
||||
# DB Service Configuration
|
||||
POSTGRES_DB=waceplm
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=waceplm0909!!
|
||||
|
||||
# JVM 옵션 (운영환경용)
|
||||
JAVA_OPTS=-Xms1024m -Xmx2048m -XX:PermSize=512m -XX:MaxPermSize=1024m
|
||||
|
||||
# 로그 레벨
|
||||
LOG_LEVEL=INFO
|
||||
|
||||
# 개발 모드 플래그
|
||||
DEBUG=false
|
||||
|
||||
# SSL 설정
|
||||
SSL_ENABLED=true
|
||||
|
||||
# 도메인 설정
|
||||
DOMAIN=waceplm.esgrin.com
|
||||
# You can add other environment-specific variables here
|
||||
# Example: TOMCAT_JAVA_OPTS="-Xmx512m -Xms256m"
|
||||
DB_URL=jdbc:postgresql://wace-plm-db:5432/waceplm
|
||||
DB_USERNAME=postgres
|
||||
DB_PASSWORD=waceplm0909!!
|
||||
DB_DRIVER_CLASS_NAME=org.postgresql.Driver
|
||||
DB_MAX_TOTAL=200
|
||||
DB_MAX_IDLE=50
|
||||
DB_MAX_WAIT_MILLIS=-1
|
||||
Reference in New Issue
Block a user