问题
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?
回答1:
Specify the port in your local.ini
config:
[httpd]
port = 5984
来源:https://stackoverflow.com/questions/21785027/couchdb-ip-address-and-port