summaryrefslogtreecommitdiff
path: root/config.example.yaml
blob: 74fd06e01789f9825cbe19159487d63e1562c6e0 (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: rides

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