diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | config.yaml.sample (renamed from config.yaml) | 8 |
2 files changed, 6 insertions, 3 deletions
@@ -1,3 +1,4 @@ dist-newstyle/* result gtfs.zip +config.yaml diff --git a/config.yaml b/config.yaml.sample index 123031d..fef8e5e 100644 --- a/config.yaml +++ b/config.yaml.sample @@ -1,16 +1,18 @@ dbstring: "dbname=tracktrain" -gtfs: "./gtfs.zip" +gtfs: "gtfs.zip" zoneinfoPath: "/etc/zoneinfo/" +assets: ./assets + # generic warp server options (see warp docs) warp: - port: 9000 + port: 5000 # only oauth2 with uffd supported (for now) login: - enable: true + enable: false clientname: tracktrain clientsecret: secret url: http://localhost:8080 |