From 318ebac926b9627a683c4ab90d4e2b7451b1e573 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期三, 18 六月 2025 13:43:55 +0800 Subject: [PATCH] feat(engine): 新增全厂总电量统计功能 --- src/main/resources/application.yml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index d879e65..4a50a53 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -5,7 +5,7 @@ # 鏁版嵁搴撻厤缃� datasource: - url: jdbc:postgresql://localhost:5432/postgres + url: jdbc:postgresql://192.168.0.24:5432/postgres username: postgres password: 123456 driver-class-name: org.postgresql.Driver @@ -22,19 +22,19 @@ # InfluxDB閰嶇疆 influxdb: - host: "http://localhost:8086" + host: "http://192.168.0.24:8086" #淇敼涓鸿嚜宸辩殑鏃跺簭搴撹闂畂rg org: "lanbao" #淇敼涓鸿嚜宸辩殑鏃跺簭搴揵ucket bucket: "nygl" #淇敼涓鸿嚜宸辩殑鏃跺簭搴撹闂畉oken - token: "AminQagYp5rjb09mFPYvriK0T0vlF-zmwboqtUzdcq3nkXNuhnEpMuG_Ht5vtfWC4xBIVOThvoxy5reTer9XcQ==" + token: "i8WwVZz3RvkEVF3qGaY8uIDXTFEe2PzjgrKebDzcxlYGKnR-kOK5Hf1S5G4z3p-lc9UO7MQS4qKGL4lIeHSw1A==" measurement: data enable: true # 鏈嶅姟鍣ㄩ厤缃� server: - port: 8082 + port: 8090 servlet: context-path: / -- Gitblit v1.9.3