Advertisement
Guest User

Untitled

a guest
Aug 5th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.07 KB | None | 0 0
  1. {
  2.   "mongoUrl": "mongodb://localhost:27017/gtfs",
  3.   "agencies": [
  4.     {
  5.       "agency_key": "skamania",
  6.       "url": "http://data.trilliumtransit.com/gtfs/gorgewet-wa-us/gorgewet-wa-us.zip"
  7.     }
  8.   ],
  9.   "beautify": false,
  10.   "coordinatePrecision": 5,
  11.   "dateFormat": "MMM D, YYYY",
  12.   "daysShortStrings": ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"],
  13.   "daysStrings": ["monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday"],
  14.   "defaultOrientation": "vertical",
  15.   "effectiveDate": "June 25, 2018",
  16.   "interpolatedStopSymbol": "•",
  17.   "linkStopUrls": true,
  18.   "menuType": "simple",
  19.   "noDropoffSymbol": "‡",
  20.   "noHead": false,
  21.   "noPickupSymbol": "**",
  22.   "noServiceSymbol": "—",
  23.   "requestDropoffSymbol": "†",
  24.   "requestPickupSymbol": "***",
  25.   "showArrivalOnDifference": 0.2,
  26.   "showMap": false,
  27.   "showOnlyTimepoint": true,
  28.   "showRouteTitle": true,
  29.   "showStopCity": false,
  30.   "showStopDescription": false,
  31.   "skipImport": false,
  32.   "sortingAlgorithm": "common",
  33.   "timeFormat": "h:mma",
  34.   "verbose": true,
  35.   "zipOutput": false
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement