Browse Source

更新 'src/main/resources/bootstrap.yml'

张煊 3 years ago
parent
commit
9d74634bca
1 changed files with 10 additions and 10 deletions
  1. 10 10
      src/main/resources/bootstrap.yml

+ 10 - 10
src/main/resources/bootstrap.yml

@@ -14,16 +14,16 @@ spring:
 
 openfeign:
   # 正式环境
-  #ESFeign:
-    #url: ${ESFEIGN_URL:172.16.33.166:8089}
-  #ColumnDataFeign:
-    #url: ${COLUMNDATAFEIGN_URL:172.16.33.166:8083}
-
-  # 测试环境
    ESFeign:
-     url: ${ESFEIGN_URL:172.16.33.162:8011}
+    url: ${ESFEIGN_URL:172.16.33.166:8089}
    ColumnDataFeign:
-     url: ${COLUMNDATAFEIGN_URL:172.16.33.162:8001}
+    url: ${COLUMNDATAFEIGN_URL:172.16.33.166:8083}
+
+  # 测试环境
+   #ESFeign:
+     #url: ${ESFEIGN_URL:172.16.33.162:8011}
+   #ColumnDataFeign:
+     #url: ${COLUMNDATAFEIGN_URL:172.16.33.162:8001}
 
 #eureka设置
 eureka:
@@ -64,5 +64,5 @@ mybatis:
     call-setters-on-nulls: true
 
 server:
-  #port: 8079
-   port: 8015
+  port: 8079
+  #port: 8015