diff options
| author | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-14 15:23:48 +0200 |
|---|---|---|
| committer | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-14 15:23:48 +0200 |
| commit | eac1145e29e1a2a2ff5d9654ca010071a5840843 (patch) | |
| tree | 59e62e1e0f67b71083c30e4d7f234a8370075c9a /config.example.yaml | |
| parent | 991ab2f179b2d84e8b0ce6d0634b4033f20e4b86 (diff) | |
feat: add official climb workflow
Diffstat (limited to 'config.example.yaml')
| -rw-r--r-- | config.example.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.example.yaml b/config.example.yaml index b0e7d80..a4f099d 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -8,6 +8,9 @@ server: storage: gpx_dir: data/rides +official_climb: + match_radius_m: 100 + strava: client_id: "" client_secret: "" |