diff options
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 |