Jelajahi Sumber

配置变更

liuqq 6 tahun lalu
induk
melakukan
1795b2e872

+ 1 - 1
algorithm/src/main/resources/algorithm.properties

@@ -1,7 +1,7 @@
 ################################ model basic url ###################################
 
 #basicPath=E:/project/push/algorithm/src/main/models/model_version_replacement/model
-basicPath=/opt/models/dev/models/model_version_replacement/model
+basicPath=/home/server/push/models/model_version_replacement/model
 #basicPath=E:/xxx/model_version_replacement/model
 
 ############################### current model version ################################

+ 3 - 3
graph-web/src/main/resources/url.properties

@@ -1,5 +1,5 @@
-highrisk.http.url=http://192.168.2.186:5004/knowledge/getHighRisk
-lisPacs.http.url=http://192.168.2.186:5004/knowledge/getLisPacs
-disease.http.url=http://192.168.2.186:5004/knowledge/getDisease
+highrisk.http.url=http://192.168.156.176:5004/knowledge/getHighRisk
+lisPacs.http.url=http://192.168.156.176:5004/knowledge/getLisPacs
+disease.http.url=http://192.168.156.176:5004/knowledge/getDisease
 #lisPacs.http.url=http://192.168.3.9:5004/knowledge/getLisPacs
 #highrisk.http.url=http://192.168.3.9:5004/knowledge/getHighRisk

+ 2 - 2
graph/src/main/resources/bolt.properties

@@ -5,9 +5,9 @@ pass_235 = diagbot@20180822
 
 # neo4j bolt credentials
 #\u7EBF\u4E0A\u4F7F\u7528
-bolt.uri=bolt://192.168.2.123
+bolt.uri=bolt://192.168.156.176
 bolt.user=neo4j
-bolt.passwd=root
+bolt.passwd=lt@neo
 
 
 #\u6D4B\u8BD5\u4F7F\u7528

+ 4 - 4
graphdb/src/main/resources/application.yml

@@ -6,16 +6,16 @@ spring:
     active: local
   data:
     neo4j:
-      uri: bolt://192.168.2.123:7687
+      uri: bolt://192.168.156.176:7687
       username: neo4j
-      password: root
+      password: lt@neo
 
 # 驱动配置信息
   datasource:
     driver-class-name: org.neo4j.jdbc.Driver
-    url: jdbc:neo4j:http://192.168.2.123:7474
+    url: jdbc:neo4j:http://192.168.156.176:7474
     username: neo4j
-    password: root
+    password: lt@neo
     #定义初始连接数
     initialSize: 0
     #定义最大连接数

+ 1 - 1
nlp/src/main/resources/nlp.properties

@@ -1,3 +1,3 @@
 #Êý¾ÝÎļþ´æ·Å·¾¶
-cache.file.dir=/opt/diagbot-push/cache_file/
+cache.file.dir=/home/server/push/diagbot-push/cache_file/
 #cache.file.dir=d:\\cache_file\\

+ 3 - 3
push-web/src/main/resources/static/dist/js/push.js

@@ -1,6 +1,6 @@
-var nlp_web_url = "http://192.168.2.186:5002/nlp-web";
-var bigdata_web_url = "http://192.168.2.186:5001/bigdata-web";
-var graph_web_url = "http://192.168.2.186:5003/graph-web";
+var nlp_web_url = "http://192.168.156.176:5002/nlp-web";
+var bigdata_web_url = "http://192.168.156.176:5001/bigdata-web";
+var graph_web_url = "http://192.168.156.176:5003/graph-web";
 // var push_web_url = "http://192.168.2.234:5008/push-web";
 
 // var nlp_web_url = "http://192.168.3.180:5002/nlp-web";