From 4fe7828e2364c5daeb70765ecfb1513b01bfb14e Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 21 May 2024 20:24:36 +0200 Subject: Config: fix OsPath values my annoyance with conferer increases. It should really, /really/ be a compile error if a thing used in the config does not have a FromConfig instance. Or at least the documentation should mention that in such cases it will simply always take the default value without telling anyone, instead of just saying "the generic instance has reasonable defaults" (well, /which/ defaults?) --- config.yaml.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.yaml.sample') diff --git a/config.yaml.sample b/config.yaml.sample index c785144..41072b0 100644 --- a/config.yaml.sample +++ b/config.yaml.sample @@ -2,7 +2,7 @@ dbstring: "dbname=tracktrain" gtfs: "gtfs.zip" -zoneinfoPath: "/etc/zoneinfo/" +zoneinfopath: "/etc/zoneinfo/" assets: ./assets -- cgit v1.2.3