You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,8 @@ Copy `config-sample.json` to `config.json` and then add your projects configurat
51
51
52
52
cp config-sample.json config.json
53
53
54
+
All files starting with `config*.json` are .gitignored - so you can create multiple configuration files such as `config-caltrain.json`.
55
+
54
56
| option | type | description |
55
57
| ------ | ---- | ----------- |
56
58
|[`agencies`](#agencies)| array | An array of GTFS files to be imported. |
@@ -252,7 +254,7 @@ API along with your API token.
252
254
253
255
### templatePath
254
256
255
-
{String} Path to a (pug)[https://pugjs.org/] template for rendering timetables. This is optional. Defaults to using the templates provided in `views/timetable`. All files in /views/custom will be .gitignored
257
+
{String} Path to a (pug)[https://pugjs.org/] template for rendering timetables. This is optional. Defaults to using the templates provided in `views/timetable`. All files within the `/views/custom` folder will be .gitignored
0 commit comments