We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/pelias/documentation/blob/master/services.md :
http://localhost:3100/v1/reverse?point.lon=-73.986027&point.lat=40.748517: a reverse geocode for results near the Empire State Building in New York City.
That port does not exist in the docker-compose configs. What service do I want to send the request to?
✗ grep PORT docker-compose.yml environment: [ "PORT=4000" ] environment: [ "PORT=4100" ] environment: [ "PORT=4300" ] environment: [ "PORT=4200" ]
I'm going to guess it's 4100 which is placeholder, although 4000 is api which seems to make more sense .
The text was updated successfully, but these errors were encountered:
Port 3100 is the default port of the API for developers. The docker compose is a deployment example which redefine port for all services.
I think we can't change default ports because this will be a breaking change.
Sorry, something went wrong.
No branches or pull requests
https://github.com/pelias/documentation/blob/master/services.md :
http://localhost:3100/v1/reverse?point.lon=-73.986027&point.lat=40.748517: a reverse geocode for results near the Empire State Building in New York City.
That port does not exist in the docker-compose configs. What service do I want to send the request to?
I'm going to guess it's 4100 which is placeholder, although 4000 is api which seems to make more sense
.
The text was updated successfully, but these errors were encountered: