diff options
author | pks <pks@pks.rocks> | 2021-05-10 19:34:52 +0200 |
---|---|---|
committer | pks <pks@pks.rocks> | 2021-05-10 19:34:52 +0200 |
commit | 4e89786a4436000dde7d82258210cd02268f86e0 (patch) | |
tree | e6044d4f8eadbf4549d9719f6fb06d602a5f8656 /config/config.yaml | |
parent | 958032b3193d684c78c3858b9e1a9b806244e1f0 (diff) |
refactor
Diffstat (limited to 'config/config.yaml')
-rw-r--r-- | config/config.yaml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config/config.yaml b/config/config.yaml index 332f6b9..6dc26a4 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -1,5 +1,8 @@ -log_file_path: /var/log/weather_logger/receiver.log -pid_file_path: /run/weather_logger/receiver.log +device_path: "/dev/ttyUSB0" +database_path: "/usr/local/share/weather_logger/weather.db" +log_file_path: "/var/log/weather_logger/receiver.log" +pid_file_path: "/run/weather_logger/pid" + locations: Berlin: @@ -17,4 +20,4 @@ locations: handle: "outside" type: "THGR810, THGN800" -active-location: Berlin +active_location: Berlin |