app.yaml 809 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. port: 8888
  2. name: boxcost
  3. version: 1.0.0
  4. saveType: obs
  5. pdfApiAddr: "http://localhost:3000"
  6. obs:
  7. bucket: sku3d-test
  8. accessKeyId: "RA1D7CFVCVKUFX1FHHPB"
  9. secrateKey: "cDrR2NgAF2KaA4MRkcK19r93P3P6hLKOPhHvPu9p"
  10. endpoint: "obs.cn-east-3.myhuaweicloud.com"
  11. jwt:
  12. timeoutHour: 24
  13. realm: spu3d
  14. key: spu3d secret
  15. log:
  16. fileName: boxcost.log
  17. level: 1
  18. serviceName: boxcost
  19. debug:
  20. userId: test
  21. userPhone: 15208364621
  22. UserRole: string
  23. nats:
  24. # url: nats://124.71.139.24:14300
  25. url: nats://127.0.0.1:14300
  26. maxReconnect: 1000
  27. reconnDelaySecond: 5
  28. Auth:
  29. endpoint: https://auth.3dqueen.cloud
  30. clientId: 9f22d6616ae14fe59dc4
  31. clientSecret: b0fae13ca7e7eb1e4e6dc8fa50902eb7b6035049
  32. certificate: token_jwt_key.pem
  33. organizationName: org_3dqueen_cloud
  34. applicationName: app_boxcost