浏览代码

增加金鹰独立部署配置文件

Levi 3 年之前
父节点
当前提交
5b6220e99e
共有 2 个文件被更改,包括 23 次插入3 次删除
  1. 3 3
      src/main/resources/application-prod.yml
  2. 20 0
      src/main/resources/application-uat.yml

+ 3 - 3
src/main/resources/application-prod.yml

@@ -8,7 +8,7 @@ spring:
   data:
     mongodb:
       database: eaglescreen
-      host: 118.178.133.35
+      host: 192.168.77.25
       port: 27017
       username: eaglescreen
       password: yibeitech@2019
@@ -16,5 +16,5 @@ energy:
   # 多个用逗号分隔开
   grpId: 197069285991913100
 comm:
-  mkf-service-url: https://portal.wuyeface.com/landcrm/rest/userInfo/getUser?token=
-  getProjectList: http://portal.wuyeface.com/landcrm/rest/projectInfo/getProjectList?userId=
+  mkf-service-url: https://ipms.jinying.com/landcrm/rest/userInfo/getUser?token=
+  getProjectList: https://ipms.jinying.com/landcrm/rest/projectInfo/getProjectList?userId=

+ 20 - 0
src/main/resources/application-uat.yml

@@ -0,0 +1,20 @@
+server:
+  port: 30000
+logging:
+  level:
+    root: info
+    org.springframework.web: debug
+spring:
+  data:
+    mongodb:
+      database: eaglescreen
+      host: 118.178.133.35
+      port: 27017
+      username: eaglescreen
+      password: yibeitech@2019
+energy:
+  # 多个用逗号分隔开
+  grpId: 197069285991913100
+comm:
+  mkf-service-url: https://portal.wuyeface.com/landcrm/rest/userInfo/getUser?token=
+  getProjectList: http://portal.wuyeface.com/landcrm/rest/projectInfo/getProjectList?userId=