diff options
| author | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-05 14:17:59 +0200 |
|---|---|---|
| committer | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-05 14:17:59 +0200 |
| commit | 71c39ed9f8ce3563130cdfc5099e9d7df60845a9 (patch) | |
| tree | e610b8360f6364e3ab7c5e817ac94bd51cc0dfd1 /config.example.yaml | |
| parent | bef31e1d35fe88f2698cf0e3191f26a79623f66f (diff) | |
refactor: Replace env config with atomic YAML
Diffstat (limited to 'config.example.yaml')
| -rw-r--r-- | config.example.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config.example.yaml b/config.example.yaml new file mode 100644 index 0000000..74fd06e --- /dev/null +++ b/config.example.yaml @@ -0,0 +1,16 @@ +database: + path: biking_home.db + +server: + address: 127.0.0.1:8080 + public_url: http://localhost:8080 + +storage: + gpx_dir: rides + +strava: + client_id: "" + client_secret: "" + access_token: "" + refresh_token: "" + expires_at: 0 |
