ソースを参照

新增分支-银江

lantone 5 年 前
コミット
48a948217d

+ 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:/models/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.123:5004/knowledge/getHighRisk
-lisPacs.http.url=http://192.168.2.123:5004/knowledge/getLisPacs
-disease.http.url=http://192.168.2.123:5004/knowledge/getDisease
+highrisk.http.url=http://192.168.2.132:5004/knowledge/getHighRisk
+lisPacs.http.url=http://192.168.2.132:5004/knowledge/getLisPacs
+disease.http.url=http://192.168.2.132: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,13 +5,13 @@ pass_235 = diagbot@20180822
 
 # neo4j bolt credentials
 #\u7EBF\u4E0A\u4F7F\u7528
-bolt.uri=bolt://192.168.2.123
+bolt.uri=bolt://192.168.2.132
 bolt.user=neo4j
 bolt.passwd=root
 
 
 #\u6D4B\u8BD5\u4F7F\u7528
-bolt112.uri=bolt://192.168.3.112
+bolt112.uri=bolt://192.168.2.132
 bolt112.user=neo4j
 bolt112.passwd=123456
 

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

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

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

@@ -1,5 +1,5 @@
 #\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\u013C\uFFFD\uFFFD\uFFFD\uFFFD\u00B7\uFFFD\uFFFD
-cache.file.dir=/opt/diagbot-push/cache_file/
+cache.file.dir=/home/server/push/diagbot-push/cache_file/
 #cache.file.dir=e:\\cache_file\\
 
 #\uFFFD\uFFFD\u0221\u02B1\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\u0221\uFFFD\uFFFD\u03A7(\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\u01B7\uFFFD\u03A7\u02B1\uFFFD\uFFFD\uFFFD\uFFFD:all)

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

@@ -1,6 +1,6 @@
-var nlp_web_url = "http://192.168.2.123:5002/nlp-web";
-var bigdata_web_url = "http://192.168.2.123:5001/bigdata-web";
-var graph_web_url = "http://192.168.2.123:5003/graph-web";
+var nlp_web_url = "http://192.168.2.132:5002/nlp-web";
+var bigdata_web_url = "http://192.168.2.132:5001/bigdata-web";
+var graph_web_url = "http://192.168.2.132: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";