redis ``` host: 192.168.0.11 port: 6379 password: 123456 ``` mysql ``` host: 192.168.0.11 port: 3306 username: test password: 123456 ``` mongodb ``` host: 192.168.0.11 port: 27017 username: test password: 123456 authentication-database: admin ``` elasticsearch ``` host: 127.0.0.1 port: 9200 username: elastic password: 123456 ``` rabbitmq ``` host: 192.168.0.11 port: 5672 username: test password: 123456 ``` zookeeper ``` host: 192.168.0.11 port: 2181 zookeeper://192.168.0.11:2181 ```