diff --git a/config.toml.example b/config.toml.example new file mode 100644 index 0000000..55b96c5 --- /dev/null +++ b/config.toml.example @@ -0,0 +1,16 @@ +[[quays]] +id = "NL:Q:55000050" +name = "Station" +town = "Haarlem" +routes_of_interest = [ + {"short_name" = "356", "long_name" = "Amsterdam Bijlmer ArenA"}, + {"short_name" = "2", "long_name" = "Delftplein/Spaarne Gasth"}, +] + +[[quays]] +id = "NL:Q:30009522" +name = "Station Bijlmer ArenA" +town = "Amsterdam" +routes_of_interest = [ + {"short_name" = "54", "long_name" = "Gein"}, +] \ No newline at end of file