entmanageapplication.yaml 673 B

123456789101112131415161718192021222324252627282930313233343536
  1. Name: entmanageapplication.rpc
  2. ListenOn: 0.0.0.0:9998
  3. Etcd:
  4. Hosts:
  5. - 127.0.0.1:2379
  6. Key: entmanageapplication.rpc
  7. UserCenterRpc:
  8. Etcd:
  9. Hosts:
  10. - 127.0.0.1:2379
  11. Key: usercenter.rpc
  12. PowerCheckCenterRpc:
  13. Etcd:
  14. Hosts:
  15. - 192.168.3.149:2379
  16. Key: powercheck.rpc
  17. Mode: test
  18. RedisAddrs: newother=192.168.3.206:1712
  19. Mysql:
  20. JianYu:
  21. DBName: jianyu
  22. Address: 192.168.3.11:3366
  23. UserName: root
  24. PassWord: Topnet123
  25. MaxOpenConns: 5
  26. MaxIdleConns: 5
  27. Mongo:
  28. Qfw:
  29. MongodbAddr: 192.168.3.206:27080
  30. DbName: qfw
  31. Size: 10
  32. Logx:
  33. Mode: console #console|file|volume
  34. Path: logs
  35. Level: info #info|error|severe
  36. KeepDays: 100