# tcef-notifications en el stack local (docker-compose). Copia a # notifications.env. Referencia completa: ../../tcef-notifications/.env.example # # SEGURO POR DEFECTO: MODE=dry-run no envía nada por ningún canal. MODE=dry-run KILL_SWITCH=0 OWNED_CHANNELS=fcm,email MATCHER_MODE=off # Infra del compose (nombres de servicio de docker-compose.yml) MONGO_URL=mongodb://mongo:27017/fuegos?replicaSet=rs0 MONGO_DB=fuegos REDIS_HOST=redis REDIS_PORT=6379 POLL_INTERVAL_MS=10000 POLL_BATCH_SIZE=500 # Solo necesarios en canary/full (el dry-run no construye los clientes): # FCM_SERVICE_ACCOUNT=/run/secrets/firebase-service-account.json # FCM_PROJECT_ID=angular-cosmos-108908 # MAIL_URL=smtps://USER:PASS@smtp.host:465 # IRON_PASSWORD= ROOT_URL=http://localhost:3200/ LOG_LEVEL=info SERVICE_NAME=tcef-notifications