couchdb开放外部访问

前端之家收集整理的这篇文章主要介绍了couchdb开放外部访问前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

安装文档请参考官网:

http://docs.couchdb.org/en/2.0.0/install/unix.html#user-registration-and-security


浏览器打开:

http://localhost:5984/_utils/index.html#verifyinstall


开放外部访问:

配置 /home/couchdb/couchdb/etc/default.ini

port = 5984
bind_address = 192.168.222.132

[httpd]
port = 5986
bind_address = 192.168.222.132
原文链接:https://www.f2er.com/nosql/203512.html

猜你在找的NoSQL相关文章