settings.json 428 B

12345678910111213141516171819202122
  1. {
  2. "currentSource":"hg0088",
  3. "redis":{
  4. "host":"",
  5. "port":"",
  6. "password":""
  7. },
  8. "mongo":{
  9. "host":"localhost",
  10. "port":"27017",
  11. "user":"sports",
  12. "password":"123456",
  13. "dbname":"sports"
  14. },
  15. "pgsql":{
  16. "host":"192.168.33.10",
  17. "port":"10432",
  18. "user":"postgres",
  19. "password":"123456",
  20. "dbname":"stcollect"
  21. }
  22. }