Browse Source

配置修改回121环境

louhr 5 years ago
parent
commit
3508f688b4

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

@@ -1,8 +1,8 @@
 ################################ model basic url ###################################
 ################################ model basic url ###################################
 
 
 #basicPath=E:/project/push/algorithm/src/main/models/model_version_replacement/model
 #basicPath=E:/project/push/algorithm/src/main/models/model_version_replacement/model
-#basicPath=/opt/models/dev/models/model_version_replacement/model
-basicPath=E:/re_models/model_version_replacement/model
+basicPath=/opt/models/dev/models/model_version_replacement/model
+#basicPath=E:/re_models/model_version_replacement/model
 
 
 ############################### current model version ################################
 ############################### current model version ################################
 diagnosisPredict.version=outpatient_556_IOE_1
 diagnosisPredict.version=outpatient_556_IOE_1

+ 1 - 1
common-push/src/main/java/org/diagbot/common/push/cache/CacheFileManager.java

@@ -24,7 +24,7 @@ public class CacheFileManager {
 
 
     private String user = "root";
     private String user = "root";
     private String password = "lantone";
     private String password = "lantone";
-    private String url = "jdbc:mysql://192.168.2.122:3306/med?useUnicode=true&characterEncoding=UTF-8";
+    private String url = "jdbc:mysql://192.168.2.121:3306/med?useUnicode=true&characterEncoding=UTF-8";
 
 
     private String path = "";
     private String path = "";
 
 

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

@@ -5,7 +5,7 @@ pass_235 = diagbot@20180822
 
 
 # neo4j bolt credentials
 # neo4j bolt credentials
 #\u7EBF\u4E0A\u4F7F\u7528
 #\u7EBF\u4E0A\u4F7F\u7528
-bolt.uri=bolt://192.168.2.123
+bolt.uri=bolt://192.168.2.233
 bolt.user=neo4j
 bolt.user=neo4j
 bolt.passwd=root
 bolt.passwd=root
 
 

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

@@ -6,7 +6,7 @@ spring:
     active: local
     active: local
   data:
   data:
     neo4j:
     neo4j:
-      uri: bolt://192.168.2.123:7687
+      uri: bolt://192.168.2.233:7687
       username: neo4j
       username: neo4j
       password: root
       password: root
 
 

+ 1 - 1
nlp-web/src/main/resources/application.yml

@@ -12,7 +12,7 @@ spring:
       charset: UTF-8
       charset: UTF-8
       enabled: true
       enabled: true
   datasource:       # mybatis 配置,使用druid数据源
   datasource:       # mybatis 配置,使用druid数据源
-    url: jdbc:mysql://192.168.2.235:3306/diagbot-app?useUnicode=true&characterEncoding=UTF-8
+    url: jdbc:mysql://1.1.1.1:3306/diagbot-app?useUnicode=true&characterEncoding=UTF-8
     username: root
     username: root
     password: diagbot@20180822
     password: diagbot@20180822
     type: com.alibaba.druid.pool.DruidDataSource
     type: com.alibaba.druid.pool.DruidDataSource

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

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

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

@@ -1,4 +1,4 @@
-var nlp_web_url = "http://192.168.3.103:5002/nlp-web";
+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 bigdata_web_url = "http://192.168.2.186:5001/bigdata-web";
 var graph_web_url = "http://192.168.2.186:5003/graph-web";
 var graph_web_url = "http://192.168.2.186:5003/graph-web";
 // var push_web_url = "http://192.168.2.234:5008/push-web";
 // var push_web_url = "http://192.168.2.234:5008/push-web";