Explorar el Código

企业版众测

MengyangDuan hace 4 años
padre
commit
9e717266e3
Se han modificado 1 ficheros con 3 adiciones y 7 borrados
  1. 3 7
      src/main/resources/bootstrap.yml

+ 3 - 7
src/main/resources/bootstrap.yml

@@ -1,5 +1,5 @@
 server:
-  port: 8090
+  port: 8091
   servlet:
     context-path: /Bug/api/
   tomcat:
@@ -7,13 +7,9 @@ server:
 spring:
   data:
     mongodb:
-      database: ${MONGO_DBNAME:co-enterprise-test}
-      host: ${MONGO_HOST:10.81.65.118}
-      port: ${MONGO_PORT:29019}
-#      uri: mongodb://localhost:27017/test
+      uri: mongodb://47.98.174.59:27017/co-enterprise
   http:
     encoding:
       charset: UTF-8
       enabled: true
-      force: true
-
+      force: true