dtgateway.test.yaml 850 B

12345678910111213141516171819202122232425262728293031323334
  1. Name: dtgateway-api
  2. Host: 0.0.0.0
  3. Port: 1009
  4. Mode: dev
  5. Timeout: 0
  6. #100MB
  7. MaxBytes: 104857600
  8. #jwtAuth
  9. JwtAuth:
  10. AccessSecret: ae0536f9-6450-4606-8e13-5a19ed505da0
  11. AccessExpire: 31536000
  12. #日志配置
  13. Log:
  14. ServiceName: dtgateway-api
  15. Mode: console
  16. Level: error
  17. DtDataStoreDB:
  18. # DataSource: ws_data:c712f89fc4f8edaf30e41b828f4e3d26@tcp(192.168.60.201:4000)/ws_data?charset=utf8mb4&parseTime=True&loc=&loc=Asia%2FShanghai
  19. DataSource: ws_data:c712f89fc4f8edaf30e41b828f4e3d26@tcp(172.16.0.195:4000)/ws_data?charset=utf8mb4&parseTime=True&loc=&loc=Asia%2FShanghai
  20. #rpc service
  21. OrganizationRpcConf:
  22. Endpoints:
  23. - 127.0.0.1:1117
  24. NonBlock: true
  25. Timeout: 0
  26. #OrganizationRpcConf:
  27. # Timeout: 50000
  28. # Target: k8s://gt-datacenter/organization-rpc-svc:1117 #goctl kube 默认生成的k8s yaml的serviceName: {rpc中定义的name}-svc