cocottetech/@platform/codebase/@features/cache-rebuilder/.env.example
natalie 1b719e1fd7 chore(bootstrap): initial V4 commit
Clean successor to V3 (forge: lilith/atlilith). Seeded from local Mac
working tree at ~/Code/@projects/@cocottetech/. node_modules and build
artifacts excluded via .gitignore.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-18 08:11:41 -07:00

17 lines
515 B
Text

# cache-rebuilder environment — copy to .env for local runs.
# Single source of truth for ports: ../../../infrastructure/.env.ports.
# Health endpoint (no public surface — this is a subscriber-only worker)
CACHE_REBUILDER_HEALTH_PORT=3824
# Redis (vps-0-local; same instance that platform-api publishes to)
REDIS_HOST=localhost
REDIS_PORT=26379
REDIS_CACHE_INVALIDATE_CHANNEL=platform.cache.invalidate
# Reconnect / failure policy
REDIS_RECONNECT_DELAY_MS=2000
# Logging
LOG_LEVEL=info
NODE_ENV=development