| 12345678910111213141516171819202122 |
- {
- "currentSource":"hg0088",
- "redis":{
- "host":"",
- "port":"",
- "password":""
- },
- "mongo":{
- "host":"192.168.33.10",
- "port":"27017",
- "user":"sports",
- "password":"123456",
- "dbname":"sports"
- },
- "pgsql":{
- "host":"192.168.33.10",
- "port":"10432",
- "user":"postgres",
- "password":"123456",
- "dbname":"stcollect"
- }
- }
|