ag-admin.yml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. fast-dfs:
  2. pool:
  3. init-size: 5
  4. max-size: 20
  5. wait-time: 500
  6. connect-timeout: 2
  7. network-timeout: 30
  8. http:
  9. tracker-http-port: 80
  10. anti-steal-token: no
  11. secret-key: FastDFS1234567890
  12. ---
  13. spring:
  14. profiles: dev
  15. service-gateway:
  16. username: user
  17. password: eureka
  18. url: http://localhost:10000/api/v1.0/admin
  19. stdurl: http://localhost:10000/api/v1.0/admin/std
  20. versionurl: http://localhost:10000/api/v1.0/admin/version
  21. cdatypeurl: http://localhost:10000/api/v1.0/admin/cda_type
  22. stdsourceurl: http://localhost:10000/api/v1.0/admin/standard_source
  23. fast-dfs:
  24. tracker-server: 172.19.103.54:22122
  25. ---
  26. spring:
  27. profiles: test
  28. service-gateway:
  29. username: user
  30. password: eureka
  31. url: http://172.19.103.75:10000/api/v1.0/admin
  32. stdurl: http://172.19.103.75:10000/api/v1.0/admin/std
  33. versionurl: http://172.19.103.75:10000/api/v1.0/admin/version
  34. cdatypeurl: http://172.19.103.75:10000/api/v1.0/admin/cda_type
  35. stdsourceurl: http://172.19.103.75:10000/api/v1.0/admin/standard_source
  36. fast-dfs:
  37. tracker-server: 172.19.103.13:22122