Change port for localhost example [skip ci]

This commit is contained in:
Hiro Asari 2014-01-25 09:08:30 -05:00
parent 26c5cf2a05
commit dbba183564

View File

@ -17,7 +17,7 @@ By default it uses the official API at `https://api.travis-ci.org`, but you
can customize the API server URL using:
API_ENDPOINT="http://localhost:300/" bundle exec foreman start
API_ENDPOINT="http://localhost:3000/" bundle exec foreman start
This will run against API run locally.