From 71c39ed9f8ce3563130cdfc5099e9d7df60845a9 Mon Sep 17 00:00:00 2001 From: Martin Kagamino Lehoux Date: Wed, 5 Aug 2026 14:17:59 +0200 Subject: refactor: Replace env config with atomic YAML --- config.example.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config.example.yaml (limited to 'config.example.yaml') 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 -- cgit v1.2.3