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>
17 lines
515 B
Text
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
|