diff options
| author | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-11 21:38:43 +0200 |
|---|---|---|
| committer | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-11 21:38:43 +0200 |
| commit | f7c85b160d17f8cf7de01c4b505501a3821aedbf (patch) | |
| tree | c9a874f2aca4e6c1199a58149905f004e7acba6e /config.example.yaml | |
| parent | 98b09cab690d62fed9d18acb5e9d49ed76acbc77 (diff) | |
feat: move GPX storage under data
Diffstat (limited to 'config.example.yaml')
| -rw-r--r-- | config.example.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.example.yaml b/config.example.yaml index 74fd06e..b0e7d80 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -6,7 +6,7 @@ server: public_url: http://localhost:8080 storage: - gpx_dir: rides + gpx_dir: data/rides strava: client_id: "" |