2026-03-04 00:18:33 +08:00
|
|
|
DOWNSTREAM_URL=http://new-api:3000
|
|
|
|
|
REDIS_ADDR=redis://redis:6379
|
|
|
|
|
REDIS_PASSWORD=
|
|
|
|
|
PG_DSN=postgresql+asyncpg://sentinel:password@postgres:5432/sentinel
|
|
|
|
|
SENTINEL_HMAC_SECRET=replace-with-a-random-32-byte-secret
|
|
|
|
|
ADMIN_PASSWORD=replace-with-a-strong-password
|
|
|
|
|
ADMIN_JWT_SECRET=replace-with-a-random-jwt-secret
|
2026-03-04 19:37:09 +08:00
|
|
|
TRUSTED_PROXY_IPS=172.30.0.0/24
|
2026-03-04 00:18:33 +08:00
|
|
|
SENTINEL_FAILSAFE_MODE=closed
|
|
|
|
|
APP_PORT=7000
|
|
|
|
|
ALERT_WEBHOOK_URL=
|
|
|
|
|
ALERT_THRESHOLD_COUNT=5
|
|
|
|
|
ALERT_THRESHOLD_SECONDS=300
|
|
|
|
|
ARCHIVE_DAYS=90
|