diff options
author | Stuart Hickinbottom <stuart@hickinbottom.com> | 2021-02-27 10:07:25 +0000 |
---|---|---|
committer | Stuart Hickinbottom <stuart@hickinbottom.com> | 2021-02-27 10:50:29 +0000 |
commit | 947800ab2b67ee8f9437f30a9dd2028b0f4027f5 (patch) | |
tree | f40c31c48aa1adf50398ec0576f60099c900bd43 /app-misc/galileo/files/galileorc-2 | |
parent | Upstream version bump and support for perl 5.30.1 (diff) | |
download | squeezebox-master.tar.gz squeezebox-master.tar.bz2 squeezebox-master.zip |
Signed-off-by: Stuart Hickinbottom <stuart@hickinbottom.com>
Diffstat (limited to 'app-misc/galileo/files/galileorc-2')
-rw-r--r-- | app-misc/galileo/files/galileorc-2 | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/app-misc/galileo/files/galileorc-2 b/app-misc/galileo/files/galileorc-2 deleted file mode 100644 index 1835549..0000000 --- a/app-misc/galileo/files/galileorc-2 +++ /dev/null @@ -1,36 +0,0 @@ -# -*- mode: yaml; -*- - -# Settings for galileo.py - -# if in deamon mode, delay between sync runs -# specified in milliseconds -daemon-period: 60000 - -# keep dump files -keep-dumps: false - -# upload data to Fitbit -do-upload: true - -# whether to use encryption (HTTPS) to send tracker data -https-only: true - -# directory to store the dumps -dump-dir: /var/lib/galileo/dump - -# logging (default/verbose/debug) -logging: verbose - -# synchronize even if trackers were recently synchronized -force-sync: false - -# trackers to include (remember to quote the IDs) -#include: -# - '123456789ABC' -# - '9876543210AB' -# - '112233445566' - -# trackers to exclude (remember to quote the IDs) -#exclude: -# - 'AABBCCDDEEFF' -# - '881144BB1234' |