aboutsummaryrefslogtreecommitdiff
path: root/config.yaml
diff options
context:
space:
mode:
authorstuebinm2024-04-20 03:13:21 +0200
committerstuebinm2024-04-20 03:13:21 +0200
commit9301b4b012d3cae1a481320b1460c5bea674fd8c (patch)
tree0c03e59a2e9f9dae4e107ac1ad486d9ca98d8a8a /config.yaml
parente8945c64e99e4b2ce45b49c2ddbc657224988785 (diff)
add config.yaml.sample file
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml17
1 files changed, 0 insertions, 17 deletions
diff --git a/config.yaml b/config.yaml
deleted file mode 100644
index 123031d..0000000
--- a/config.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-dbstring: "dbname=tracktrain"
-gtfs: "./gtfs.zip"
-zoneinfoPath: "/etc/zoneinfo/"
-
-# generic warp server options (see warp docs)
-warp:
- port: 9000
-
-# only oauth2 with uffd supported (for now)
-login:
- enable: true
- clientname: tracktrain
- clientsecret: secret
- url: http://localhost:8080
-