CouchDB IP Address and Port

couchdb, ip, port, vagrant

Solution

Specify the port in your `local.ini` config:

[httpd]
port = 5984

Problem

When I start couchDB I have it running on `http://127.0.0.1:5984/`. I have another program I need to run on the same port, so I want to change the couchDB one to something else. Any ideas?

Original source