diff --git a/camera.yaml b/camera.yaml index 34e7f7cd..e4eaf76e 100644 --- a/camera.yaml +++ b/camera.yaml @@ -8,7 +8,7 @@ limit_refetch_to_url_change: true - platform: local_file name: Saved Image - file_path: /config/www/facebox/tmp/image.jpg + file_path: !secret saved_image_filepath - platform: local_file name: facebox_health_check_picture - file_path: /config/www/facebox/healthcheck/user_one.jpg \ No newline at end of file + file_path: !secret facebox_health_check_picture_filepath \ No newline at end of file diff --git a/travis_secrets.yaml b/travis_secrets.yaml index 3419c0e1..61e0d9d1 100644 --- a/travis_secrets.yaml +++ b/travis_secrets.yaml @@ -95,4 +95,7 @@ facebox_ip: 192.168.0.13 facebox_mac: "00-00-00-00-00-00" facebox_port: 8080 -tankerkoenig_url: https://creativecommons.tankerkoenig.de/json/prices.php?apikey=mykey&ids=myids \ No newline at end of file +tankerkoenig_url: https://creativecommons.tankerkoenig.de/json/prices.php?apikey=mykey&ids=myids + +saved_image_filepath: mypath +facebox_health_check_picture_filepath: myotherpath \ No newline at end of file