12 lines
270 B
Plaintext
12 lines
270 B
Plaintext
# 운영 서버 환경 설정
|
|
NODE_ENV=production
|
|
|
|
# PostgreSQL 연결 정보
|
|
DB_HOST=monitor-postgres
|
|
DB_PORT=5432
|
|
DB_NAME=osolit_monitor
|
|
DB_USER=osolit
|
|
DB_PASSWORD=osolit1234
|
|
|
|
# 스케줄러 자동시작: false (로컬에서는 수동 시작)
|
|
AUTO_START_SCHEDULER=true |