app.yaml 570 B

1234567891011121314151617181920212223242526272829303132333435
  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