svr-user.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. logging:
  2. level:
  3. com:
  4. netflix: INFO
  5. org:
  6. springframework:
  7. web: INFO
  8. hibernate: ERROR
  9. spring:
  10. datasource:
  11. driver-class-name: com.mysql.jdbc.Driver
  12. max-active: 20
  13. max-idle: 8
  14. min-idle: 8
  15. validation-query: SELECT 1
  16. test-on-borrow: true
  17. fast-dfs:
  18. pool:
  19. init-size: 5
  20. max-size: 20
  21. wait-time: 500
  22. connect-timeout: 2
  23. network-timeout: 30
  24. charset: ISO8859-1
  25. http:
  26. tracker-http-port: 80
  27. anti-steal-token: no
  28. secret-key: FastDFS1234567890
  29. ---
  30. spring:
  31. profiles: dev
  32. datasource:
  33. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  34. username: ha
  35. password: ha
  36. fast-dfs:
  37. tracker-server: 172.19.103.54:22122
  38. public-server: http://172.19.103.54:22122
  39. ---
  40. spring:
  41. profiles: alpha
  42. datasource:
  43. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  44. username: ha
  45. password: ha
  46. fast-dfs:
  47. tracker-server: 172.19.103.54:22122
  48. public-server: http://172.19.103.54:22122
  49. ---
  50. spring:
  51. profiles: test
  52. datasource:
  53. url: jdbc:mysql://172.19.103.38:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  54. username: cloud
  55. password: cloud
  56. fast-dfs:
  57. tracker-server: 172.19.103.13:22122
  58. public-server: http://172.19.103.52:80
  59. ---
  60. spring:
  61. profiles: prod
  62. datasource:
  63. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  64. username: ha
  65. password: jkzlxm
  66. fast-dfs:
  67. tracker-server: 11.1.2.9:22122
  68. public-server: http://ds.ehr.yihu.com:22122