I have isntalled CouchDB 2.2 on my computer over Windows10. All the CouchDB configuration I have is the default after the installion. I can access to Futon doing
localhost:5984/_utils
or
127.0.0.1:5984/_utils
But the datebase is not accesible outsite from my machine, lets say from a tablet .
I have been reading I have to change the httpd
setting field to
0.0.0.0
but is not accesible outsite either . All devices are in the same net.
This is the configuration I have:
What I have to do in order to expose CouchDb dateBase outsite from my computer?