浏览代码

修改分支

郭超 4 年之前
父节点
当前提交
d4700dd40f
共有 1 个文件被更改,包括 6 次插入4 次删除
  1. 6 4
      src/main/resources/application.yml

+ 6 - 4
src/main/resources/application.yml

@@ -1,6 +1,6 @@
 #spring.profiles.active: dev-xc
-spring.profiles.active: private-cloud
-#spring.profiles.active: private-localhost
+#spring.profiles.active: private-cloud
+spring.profiles.active: private-localhost
 #spring.profiles.active: dev-online
 
 cpSerialNum: cp_mooctest_dev
@@ -78,7 +78,8 @@ spring:
       force: true
   data:
     mongodb:
-      uri: mongodb://mooctest:mooctest@121.196.124.158:27117/test
+      uri: mongodb://mooctest:mooctest@121.196.124.158:27217/test
+#      uri: mongodb://mooctest:mooctest@121.196.124.158:27117/test
 server:
   ip: 127.0.0.1
   port: 8090
@@ -97,7 +98,8 @@ save:
   image: /image
 main:
 #  site: http://139.224.0.118
-  site: http://127.0.0.1:8080
+  site: http://121.196.124.158:8200
+#  site: http://127.0.0.1:8080
 
 ---
 spring: