Parcourir la source

Merge branch 'fyc-vpp' of uskycloud/usky-modules into feature/service-vpp-20260701

fuyuchuan il y a 4 jours
Parent
commit
4fb50cefb3
1 fichiers modifiés avec 24 ajouts et 23 suppressions
  1. 24 23
      service-vpp/service-vpp-biz/src/main/resources/bootstrap.yml

+ 24 - 23
service-vpp/service-vpp-biz/src/main/resources/bootstrap.yml

@@ -18,27 +18,28 @@ spring:
         shared-configs:
           - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
 
+#配置已经移到nacos中!
 # 运管平台 UN 对接(也可在 Nacos 中配置 vpp.un.*)
-vpp:
-  un:
-    outbound-enabled: false
-    poll-enabled: false
-    crypto-enabled: false
-    poll-interval-sec: 10
-    price-down-coeff: "0.8"
-    token-header: Authorization
-    token-prefix: "Bearer "
-    token-ttl-minutes: 25
-    auto-ack-clearing: false
-    auto-register-on-startup: false
-  # 阿里云短信(密钥复用 Nacos 共享配置 sms.ali.*)
-  sms:
-    enabled: true
-    sign-name: 上海永天科技股份有限公司
-    invitation-template-code: SMS_465362899
-  report:
-    retry-max: 3
-  # 月度电量/电费核算同步(每月1号00:35拉上月数据)
-  settlement:
-    monthly-sync-enabled: true
-    monthly-sync-cron: "0 35 0 1 * ?"
+#vpp:
+#  un:
+#    outbound-enabled: false
+#    poll-enabled: false
+#    crypto-enabled: false
+#    poll-interval-sec: 10
+#    price-down-coeff: "0.8"
+#    token-header: Authorization
+#    token-prefix: "Bearer "
+#    token-ttl-minutes: 25
+#    auto-ack-clearing: false
+#    auto-register-on-startup: false
+#  # 阿里云短信(密钥复用 Nacos 共享配置 sms.ali.*)
+#  sms:
+#    enabled: true
+#    sign-name: 上海永天科技股份有限公司
+#    invitation-template-code: SMS_465362899
+#  report:
+#    retry-max: 3
+#  # 月度电量/电费核算同步(每月1号00:35拉上月数据)
+#  settlement:
+#    monthly-sync-enabled: true
+#    monthly-sync-cron: "0 35 0 1 * ?"