From f7066888652ed3326017adf2eb6786a21043ebf5 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 28 Aug 2022 21:33:33 +0200 Subject: some config thing works kinda well, but doesn't complain about unknown config values in json, which is kinda hmpf tbh --- config.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config.yaml (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..49063e0 --- /dev/null +++ b/config.yaml @@ -0,0 +1,9 @@ + +dbString: "" +gtfs: "./gtfs.zip" +zoneinfoPath: "/etc/zoneinfo/" + +warp: + port: 9000 + + -- cgit v1.2.3