Skip to content

Commit f927e05

Browse files
ImTotemclaude
andcommitted
fix(config): add missing GRACEFUL_TIMEOUT to .env.example
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d25d313 commit f927e05

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ MONGO_PASSWORD=change-me
3838
MONGO_PORT=27017
3939
MONGO_VOLUME_PATH=/home/ubuntu/bcsd-data/mongo
4040

41+
# === Deployment ===
42+
# Blue-green 배포 시 graceful shutdown 대기 시간 (초)
43+
GRACEFUL_TIMEOUT=10
44+
4145
# === Infrastructure ===
4246
# SpiceDB (권한 관리)
4347
SPICEDB_HOST=spicedb

0 commit comments

Comments
 (0)