application-prod.yml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. server:
  2. address: 192.168.0.245
  3. #数据源配置
  4. spring:
  5. # admin-client 的用户名和密码
  6. security:
  7. user:
  8. name: szsq-boot-client
  9. password: szsq#boot#client#password
  10. boot:
  11. admin:
  12. client:
  13. instance:
  14. name: 数字社区实例1
  15. metadata:
  16. user.name: ${spring.security.user.name}
  17. user.password: ${spring.security.user.password}
  18. prefer-ip: true
  19. url: http://192.168.0.245:7259 #这里配置admin server 的地址
  20. username: szsq-boot-server
  21. password: szsq#boot#server#password
  22. redis:
  23. ##redis 单机环境配置
  24. host: szsq-boot-redis
  25. port: 6379
  26. password:
  27. database: 0
  28. ssl: false
  29. ##redis 集群环境配置
  30. #cluster:
  31. # nodes: 127.0.0.1:7001,127.0.0.1:7002,127.0.0.1:7003
  32. # commandTimeout: 5000
  33. datasource:
  34. url: jdbc:mysql://szsq-boot-mysql:3306/ycwgdb?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
  35. username: root
  36. password: szsq_db@Szsq123
  37. #配置rabbitMq 服务器
  38. rabbitmq:
  39. host: szsq-boot-rabbitmq
  40. port: 5672
  41. username: guest
  42. password: 2e564ee5-d9ed-11e9-bab6-0242ac170005
  43. #虚拟host 可以不设置,使用server默认host
  44. virtual-host: szsq-boot
  45. #blade配置
  46. blade:
  47. #分布式锁
  48. lock:
  49. enabled: false
  50. address: redis://127.0.0.1:6379
  51. #本地文件上传
  52. file:
  53. remote-mode: true
  54. upload-domain: https://szsq.nxzhsq.cn/community/visit
  55. remote-path: /usr/share/nginx/html
  56. oss:
  57. enabled: true
  58. name: minio
  59. tenant-mode: false
  60. endpoint: http://192.168.0.104:9000
  61. access-key: D99KGE6ZTQXSATTJWU24
  62. secret-key: QyVqGnhIQQE734UYSUFlGOZViE6+ZlDEfUG3NjhJ
  63. bucket-name: cyzhyc
  64. return-path: https://szsq.nxzhsq.cn/community/miniofile/cyzhyc/
  65. qinlin:
  66. appId: QCxTKDxQf4WH8Wmk
  67. appSecret: DiReTxz4SWhmiKX3wrEiAmDaRb3sjsN0
  68. version: v1
  69. apiHost: https://gateway.qinlinkeji.com
  70. chinanet:
  71. crm:
  72. custinfoverify:
  73. X-APP-ID: 7ac9dcaabcbc30187915afc5ec3465f7
  74. X-APP-KEY: 3e83329c4ad42d050234d3e304f56176
  75. url: http://61.133.213.220:8763/eop/nx/crm/openapi/custInfoVerify/custInfoVerify
  76. #云梯
  77. yunti:
  78. url: https://zlopen.yun-ti.com
  79. appKey: bnh6aHNxVmN5dEtGODJPNGdBS1ZMNXJp
  80. appSecret: Ym5oNmFITnhWbU41ZEV0R09ESlBOR2RC
  81. #腾达
  82. tenda:
  83. parkCode: SLZX/1P11
  84. host: tcp://mqtt.tdzntech.com:1883
  85. userName: xinlin
  86. passWord: xinlin202208
  87. clientId: szsq-boot-1-20220321
  88. topic: tpc/SLZX/1P11
  89. #视频云配置
  90. videocloud:
  91. server_ip: https://36.103.231.102
  92. server_port: 6006
  93. sign_method: md5
  94. format: json
  95. v: 2.1
  96. pwd_encrypt: TcRlEiyjizMOfK4u
  97. secret: 6GZyUUDr21BH4JKgnmRJZEJuYRBj5D
  98. v3-app-key: 9510260001
  99. v3-app-secret: 6S4zou6L
  100. v3-member-key: aPCLHkHwIXpLeUeJnkPG
  101. v3-api-host: http://36.103.241.111:19103/api/dict/
  102. zlm:
  103. serverUrl: http://192.168.0.246
  104. port: 8888
  105. secret: 035c73f7-bb6b-4889-a715-d9eb2d1925cc
  106. defaultVhost: __defaultVhost__
  107. dstUrl: rtmp://192.168.0.246:1935/live/
  108. #开放端点用于SpringBoot Admin的监控
  109. management:
  110. health:
  111. redis:
  112. enabled: false
  113. rabbit:
  114. enabled: false
  115. endpoint:
  116. health:
  117. show-details: always
  118. endpoints:
  119. web:
  120. exposure:
  121. include: '*'