1
zhang
4 天以前 e5e76412f1a20e8aed95614cbd7bf2b638cda2cc
zy-acs-hex/src/main/resources/application.yml
@@ -1,3 +1,5 @@
server:
  port: 8555
spring:
  application:
    name: rcs-hex
@@ -13,13 +15,21 @@
    publisher-confirm-type: correlated
    publisher-returns: true
    # 消费者配置
    listener:
      simple:
        concurrency: 2
        max-concurrency: 10
#    listener:
#      direct:
#    确认机制
#        acknowledge-mode: manual
#  --add-opens java.base/java.nio=ALL-UNNAMED
influxdb3:
  enabled: true
  url: http://127.0.0.1:8181
  url: http://localhost:8181
  token: apiv3_Jx1SvmBMV_kikGhc4eZJQbeGmNYN7KX1GdpoR9MClkKzMxSJ0MPKM_O2Xt3o1hVyRikMmlxZ_h9zfy6ybC5Idg
  database: rcs
  database: rcs
  # 虚拟机的token
  #token: apiv3_116RKycNhxbf62Nys4zthC05aRD-aidzhEpEpLtsFuedhJTaCtVklNrzHs9LHxBWMuzDclBHVgToGoQuWGiIIA
  retention-period: 30d
  createDatabaseUrl: ${influxdb3.url}/api/v3/configure/database