# CouchDB

```
开源数据库，默认端口5984，SSL端口6984
curl 192.168.1.10:5984
curl 192.168.1.10:5984/_config
```
