You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

108 lines
3.1 KiB

4 months ago
2 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
  1. spring:
  2. jackson:
  3. deserialization:
  4. fail-on-unknown-properties: false
  5. datasource:
  6. mysql1:
  7. jdbc-url: jdbc:mysql://54.255.212.181:3306/hwgold?serverTimezone=Asia/Shanghai&useSSL=false&useUnicode=true&allowMultiQueries=true&rewriteBatchedStatements=true
  8. username: hwgold
  9. password: aDiw7MERSATdfGta
  10. driver-class-name: com.mysql.cj.jdbc.Driver
  11. hikari:
  12. auto-commit: false
  13. pool-name: mysql1HikariCP
  14. maximum-pool-size: 50
  15. mysql2:
  16. jdbc-url: jdbc:mysql://52.220.141.241:3306/hljw?serverTimezone=Asia/Shanghai
  17. username: gold_coin
  18. password: NaVILnQottaWpMTw0o
  19. driver-class-name: com.mysql.cj.jdbc.Driver
  20. hikari:
  21. pool-name: mysql2HikariCP
  22. maximum-pool-size: 50
  23. mysql3:
  24. jdbc-url: jdbc:mysql://52.220.141.241:3306/pay?serverTimezone=Asia/Shanghai
  25. username: gold_coin
  26. password: NaVILnQottaWpMTw0o
  27. driver-class-name: com.mysql.cj.jdbc.Driver
  28. hikari:
  29. pool-name: mysql3HikariCP
  30. maximum-pool-size: 50
  31. mysql4:
  32. jdbc-url: jdbc:mysql://39.101.133.168:3306/cms?serverTimezone=Asia/Shanghai&useSSL=false&useUnicode=true&allowMultiQueries=true&rewriteBatchedStatements=true
  33. username: cms
  34. password: AF42R3ib6YkFaemm
  35. driver-class-name: com.mysql.cj.jdbc.Driver
  36. hikari:
  37. pool-name: mysql3HikariCP
  38. maximum-pool-size: 50
  39. mysql5:
  40. jdbc-url: jdbc:mysql://52.220.141.241:3306/live?serverTimezone=Asia/Shanghai&useSSL=false&useUnicode=true&allowMultiQueries=true&rewriteBatchedStatements=true
  41. username: gold_coin
  42. password: NaVILnQottaWpMTw0o
  43. driver-class-name: com.mysql.cj.jdbc.Driver
  44. hikari:
  45. pool-name: mysql5HikariCP
  46. maximum-pool-size: 50
  47. sqlserver1:
  48. jdbc-url: jdbc:sqlserver://10.19.183.6:1433;encrypt=true;sslProtocol=TLSv1;trustServerCertificate=true;
  49. # jdbc-url: jdbc:sqlserver://52.76.43.43:1433;encrypt=true;sslProtocol=TLSv1;trustServerCertificate=true;
  50. username: gjb_test
  51. password: qweuio!@#$2
  52. driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
  53. application:
  54. name: demo
  55. cache:
  56. type: redis
  57. redis:
  58. time-to-live: 3600000
  59. use-key-prefix: true
  60. cache-null-values: true
  61. servlet:
  62. multipart:
  63. enabled: true
  64. max-file-size: 10MB
  65. max-request-size: 10MB
  66. data:
  67. redis:
  68. database: 2
  69. host: localhost
  70. port: 10703
  71. password: Ngc0FYUTA6h3wC5J
  72. lettuce:
  73. pool:
  74. max-active: 100
  75. max-wait: 300
  76. max-idle: 20
  77. min-idle: 10
  78. rabbitmq:
  79. host: 54.255.212.181
  80. port: 5672
  81. username: gold
  82. password: gold
  83. virtual-host: /
  84. listener:
  85. simple:
  86. trusted-packages: com.example.demo.domain.DTO
  87. file:
  88. upload:
  89. url: http://api.homilychart.com/hljw/api/aws/upload
  90. feishu:
  91. webhook:
  92. url: https://open.feishu.cn/open-apis/bot/v2/hook/1a515b19-b64f-46b7-9486-35842b9539fe
  93. bean:
  94. recharge:
  95. url: http://api.homilychart.com/hljwgo/api/wallet/recharge
  96. consume:
  97. url: http://api.homilychart.com/hljwgo/api/wallet/pay
  98. server:
  99. port: 10705