23 lines
497 B
Plaintext
23 lines
497 B
Plaintext
# Cámara
|
|
CAM_1_NOMBRE=Salon
|
|
CAM_1_RTSP=rtsp://usuario:password@192.168.1.50:554/stream2
|
|
CAM_2_NOMBRE=Entrada
|
|
CAM_2_RTSP=rtsp://usuario:password@192.168.1.51:554/stream2
|
|
|
|
# Telegram
|
|
TELEGRAM_TOKEN=123456789:AAExampleTokenAqui
|
|
TELEGRAM_CHAT_ID=987654321
|
|
|
|
# Franja horaria activa (formato 24h)
|
|
HORA_INICIO=08
|
|
HORA_FIN=17
|
|
|
|
# Cooldown entre alertas (segundos)
|
|
COOLDOWN=45
|
|
|
|
# Webhook Alexa/Node-RED (opcional, dejar vacío si no se usa)
|
|
WEBHOOK_ALEXA=
|
|
|
|
# Directorio de snapshots
|
|
SNAPSHOT_DIR=snapshots
|