forked from philosowaffle/peloton-to-garmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ini
executable file
·36 lines (31 loc) · 1.14 KB
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[LOGGER]
LogFile = peloton-to-garmin.log
LogLevel = INFO
[PELOTON]
Email = [email protected]
Password = pelotonPassword
# If defined, only process Peloton activities matching the specified types. Omit or leave blank to
# allow all types. When using filters, the number of activities processed may be lower than -num.
# Known types: cardio, circuit, running, cycling, walking, strength, stretching, meditation, yoga
#WorkoutTypes = cycling, strength
[GARMIN]
UploadEnabled = false
Email = [email protected]
Password = garminPassword
[PTOG]
EnablePolling = false
PollingIntervalSeconds = 600
[OUTPUT]
Directory = Output
WorkingDirectory = Working
ArchiveDirectory = Archive
# Leaves the file in WorkingDirectory even after processing, rather than deleting it
#RetainFiles = true
# Copies the file to ArchiveDirectory after processing
#ArchiveFiles = true
# Use existing files in WorkingDirectory rather than downloading new ones from Peloton
#SkipDownload = true
#With ArchiveFiles = true, archived files are placed under subdirs by workout type, e.g. Archive/strength/* and Archive/cycling/*
#ArchiveByType = true
[DEBUG]
PauseOnFinish = true