Browse Source

修改query配置

sensordb2 1 year ago
parent
commit
fc571e7bb8
2 changed files with 1 additions and 2 deletions
  1. 1 1
      conf/application-query.yml
  2. 0 1
      shell/manage/scan.sh

+ 1 - 1
conf/application-query.yml

@@ -4,7 +4,7 @@ system:
     suffix: ".data"
 
 reso-db:
-  host: 192.168.233.153
+  host: 127.0.0.1
   port: 9090
   metric-name: netProbe
 

+ 0 - 1
shell/manage/scan.sh

@@ -3,7 +3,6 @@
 ROOT=$(cd `dirname $0`/../../; pwd)
 source $ROOT/shell/manage/common.sh
 
-PORT=8081
 echo start to scan
 curl http://$HOST:$PORT/api/v1/manage/scan
 echo "end"