summaryrefslogtreecommitdiff
path: root/config.example.yaml
blob: b0e7d80ff73d3972b6281115d58b4e95802eca49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
database:
  path: biking_home.db

server:
  address: 127.0.0.1:8080
  public_url: http://localhost:8080

storage:
  gpx_dir: data/rides

strava:
  client_id: ""
  client_secret: ""
  access_token: ""
  refresh_token: ""
  expires_at: 0