aboutsummaryrefslogtreecommitdiff
path: root/config.yaml.sample
blob: c7851445fa5c4e4326fb24858215db294b6a2b34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
dbstring: "dbname=tracktrain"
gtfs: "gtfs.zip"
zoneinfoPath: "/etc/zoneinfo/"

assets: ./assets

# generic warp server options (see warp docs)
warp:
  port: 5000

# only oauth2 with uffd supported (for now)
login:
  enable: false
  clientname: tracktrain
  clientsecret: secret
  url: http://localhost:8080

logging:
  # logs can be sent as push notifications
  ntfytoken: tk_something_or_other
  ntfytopic: ntfy.example.org/tracktrain
  # a free-form label used as title for messages
  name: debug-deployment