Skip to content

Commit

Permalink
Updates to README (default port).
Browse files Browse the repository at this point in the history
  • Loading branch information
rolivieri authored Jan 24, 2017
1 parent fe6a32c commit 939a434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ An instance of the `AppEnv` structure has the following properties:
- `urls`: A string array that contains the URLs for accessing the servers.
- `url`: The first string in the urls array.

If no value can be determined for the `port` property, a default port of 8080 is assigned to it.
If no value can be determined for the `port` property, a default port of 8080 is assigned to it. Note that 8080 is the default port value used by applications running on [Diego](https://docs.cloudfoundry.org/running/apps-enable-diego.html).

If running locally, the protocol used for the URLs will be `http`, otherwise it will be `https`. You can override this logic by specifying a particular protocol using the `protocol` property on the `options` parameter.

Expand Down

0 comments on commit 939a434

Please sign in to comment.