Skip to content

Commit

Permalink
add test as a target
Browse files Browse the repository at this point in the history
  • Loading branch information
fpurcell committed Jun 16, 2016
1 parent 1d133dc commit af1f472
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/app.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ feeds: [
[otp]
download : http://maven.conveyal.com.s3.amazonaws.com/org/opentripplanner/otp/0.19.0/otp-0.19.0-shaded.jar
graphs: [
{"name":"prod", "port":"55555", "ssl":"55511"},
{"name":"call", "port":"51115", "ssl":"51111", "filter":"TRIMET.zip,SWAN.zip,RIDECONNECTION.zip" }
{"name":"prod", "port":"55555", "ssl":"55511", "filter":"TRIMET.zip" },
{"name":"call", "port":"51115", "ssl":"55111", "filter":"TRIMET.zip" },
{"name":"test", "port":"51515", "ssl":"51111" }
]


Expand Down

0 comments on commit af1f472

Please sign in to comment.