| 12345678910111213141516171819202122232425262728293031 |
- {
- "mysql": {
- "host": "localhost",
- "port": 3306,
- "user": "api",
- "pwd": "yfkj@6020"
- },
- "redis": {
- "host": "localhost",
- "port": "56379",
- "password": "yf6021",
- "url": "redis://:yf6021@127.0.0.1:56379/12"
- },
- "bigdatamysql": {
- "host": "localhost",
- "port": 3306,
- "user": "root",
- "pwd": "yfkj@6020"
- },
- "bigdatamongo": {
- "host": "localhost",
- "port": 27017,
- "user": "root",
- "pwd": "yfkj@6020"
- },
- "image_url": {
- "image": "http://bigdata-all.oss-accelerate.aliyuncs.com/Basics/cbd",
- "discern" : "http://bigdata-all.oss-accelerate.aliyuncs.com/Result/cbd",
- "discernB" : "http://bigdata-all.oss-accelerate.aliyuncs.com/ResultB/cbd"
- }
- }
|