diff options
Diffstat (limited to 'config.yaml.sample')
-rw-r--r-- | config.yaml.sample | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/config.yaml.sample b/config.yaml.sample new file mode 100644 index 0000000..41072b0 --- /dev/null +++ b/config.yaml.sample @@ -0,0 +1,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 |