From 5c069551276cffdaccbc462675c10ada220f61c2 Mon Sep 17 00:00:00 2001 From: Christopher Blanchard Date: Wed, 20 Dec 2017 16:19:28 +0000 Subject: [PATCH] Document PORT env variable, fix coveralls link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91731d0d8..c408cf68c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Postcodes.io [![Build Status](https://travis-ci.org/ideal-postcodes/postcodes.io.png)](https://travis-ci.org/ideal-postcodes/postcodes.io) [![Coverage Status](https://coveralls.io/repos/github/goingdotin/postcodes.io/badge.svg?branch=master)](https://coveralls.io/github/goingdotin/postcodes.io?branch=master) +# Postcodes.io [![Build Status](https://travis-ci.org/ideal-postcodes/postcodes.io.png)](https://travis-ci.org/ideal-postcodes/postcodes.io) [![Coverage Status](https://coveralls.io/repos/github/ideal-postcodes/postcodes.io/badge.svg?branch=master)](https://coveralls.io/github/ideal-postcodes/postcodes.io?branch=master) Query for UK postcodes and geolocations over HTTP. Postcodes.io uses the Office for National Statistics Postcode Directory. @@ -60,6 +60,7 @@ Configuration available via Environment Variables: - `POSTGRES_DATABASE` - `POSTGRES_HOST` - `POSTGRES_PORT` +- `PORT` ## Testing