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

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

storage:
  gpx_dir: data/rides

official_climb:
  match_radius_m: 100

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