add triggers with config using env vars

This commit is contained in:
Simon Vieille 2020-11-29 16:45:14 +01:00
parent a706fe045a
commit 8075339945
Signed by: deblan
GPG key ID: 03383D15A1D31745

View file

@ -6,7 +6,6 @@
parameters:
motion_snapshots_directory: "motion/snapshots"
camera1_url: "%env(CAMERA1_URL)%"
camera1_url: "%env(CAMERA1_URL)%"
temperature_trigger_min: "%env(TEMPERATURE_TRIGGER_MIN)%"
temperature_trigger_max: "%env(TEMPERATURE_TRIGGER_MAX)%"
hygrometry_trigger_min: "%env(HYGROMETRY_TRIGGER_MIN)%"