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.

106 lines
3.0 KiB

3 months ago
2 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
2 months ago
3 months ago
3 months ago
3 months ago
3 months ago
2 months ago
3 months ago
2 months ago
  1. spring:
  2. jackson:
  3. deserialization:
  4. fail-on-unknown-properties: false
  5. datasource:
  6. mysql1:
  7. jdbc-url: jdbc:mysql://localhost: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: 10
  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: 10
  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: 10
  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: 10
  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: 10
  47. sqlserver1:
  48. jdbc-url: jdbc:sqlserver://10.19.183.6:1433;encrypt=true;sslProtocol=TLSv1;trustServerCertificate=true;
  49. username: gjb_test
  50. password: qweuio!@#$2
  51. driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
  52. application:
  53. name: demo
  54. cache:
  55. type: redis
  56. redis:
  57. time-to-live: 3600000
  58. use-key-prefix: true
  59. cache-null-values: true
  60. servlet:
  61. multipart:
  62. enabled: true
  63. max-file-size: 10MB
  64. max-request-size: 10MB
  65. data:
  66. redis:
  67. database: 2
  68. host: localhost
  69. port: 10703
  70. password: Ngc0FYUTA6h3wC5J
  71. lettuce:
  72. pool:
  73. max-active: 20
  74. max-wait: -1
  75. max-idle: 5
  76. rabbitmq:
  77. host: 54.255.212.181
  78. port: 5672
  79. username: gold
  80. password: gold
  81. virtual-host: /
  82. listener:
  83. simple:
  84. trusted-packages: com.example.demo.domain.DTO
  85. file:
  86. upload:
  87. url: http://api.homilychart.com/hljw/api/aws/upload
  88. feishu:
  89. webhook:
  90. url: https://open.feishu.cn/open-apis/bot/v2/hook/1a515b19-b64f-46b7-9486-35842b9539fe
  91. bean:
  92. recharge:
  93. url: http://api.homilychart.com/hljwgo/api/wallet/recharge
  94. consume:
  95. url: http://api.homilychart.com/hljwgo/api/wallet/pay
  96. server:
  97. port: 10705