|
@@ -1,6 +1,5 @@
|
|
|
-#spring.profiles.active: dev-xc
|
|
|
#spring.profiles.active: private-cloud
|
|
|
-spring.profiles.active: private-localhost
|
|
|
+spring.profiles.active: dev
|
|
|
#spring.profiles.active: dev-online
|
|
|
|
|
|
cpSerialNum: cp_mooctest_dev
|
|
@@ -38,9 +37,10 @@ logging:
|
|
|
org.springframework.http.server.reactive: DEBUG
|
|
|
org.springframework.web.reactive: DEBUG
|
|
|
reactor.ipc.netty: DEBUG
|
|
|
+
|
|
|
---
|
|
|
spring:
|
|
|
- profiles: dev-online
|
|
|
+ profiles: dev
|
|
|
http:
|
|
|
encoding:
|
|
|
charset: UTF-8
|
|
@@ -48,6 +48,7 @@ spring:
|
|
|
force: true
|
|
|
data:
|
|
|
mongodb:
|
|
|
+# uri: mongodb://mooctest:mooctest@121.40.93.243:27217/test
|
|
|
uri: mongodb://mooctest:mooctest@121.40.93.243:27117/test
|
|
|
server:
|
|
|
ip: 127.0.0.1
|
|
@@ -67,10 +68,13 @@ save:
|
|
|
image: /image
|
|
|
main:
|
|
|
site: http://127.0.0.1:8080
|
|
|
+ userInfoApi: /api/user/info/
|
|
|
+
|
|
|
+# site: http://121.40.93.243:8200
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
- profiles: private-localhost
|
|
|
+ profiles: private-cloud
|
|
|
http:
|
|
|
encoding:
|
|
|
charset: UTF-8
|
|
@@ -78,7 +82,6 @@ spring:
|
|
|
force: true
|
|
|
data:
|
|
|
mongodb:
|
|
|
-# uri: mongodb://mooctest:mooctest@121.40.93.243:27217/test
|
|
|
uri: mongodb://mooctest:mooctest@121.40.93.243:27117/test
|
|
|
server:
|
|
|
ip: 127.0.0.1
|
|
@@ -87,9 +90,9 @@ server:
|
|
|
context-path: /Bug/api/
|
|
|
tomcat:
|
|
|
uri-encoding: UTF-8
|
|
|
-useOss: true
|
|
|
+useOss: false
|
|
|
save:
|
|
|
- path: /Users/guochao/Desktop
|
|
|
+ path: /var/www
|
|
|
folder: /xinchuang
|
|
|
input: /input
|
|
|
output: /output
|
|
@@ -100,11 +103,9 @@ main:
|
|
|
site: http://127.0.0.1:8080
|
|
|
userInfoApi: /api/user/info/
|
|
|
|
|
|
-# site: http://121.40.93.243:8200
|
|
|
-
|
|
|
---
|
|
|
spring:
|
|
|
- profiles: private-cloud
|
|
|
+ profiles: dev-online
|
|
|
http:
|
|
|
encoding:
|
|
|
charset: UTF-8
|
|
@@ -120,9 +121,9 @@ server:
|
|
|
context-path: /Bug/api/
|
|
|
tomcat:
|
|
|
uri-encoding: UTF-8
|
|
|
-useOss: false
|
|
|
+useOss: true
|
|
|
save:
|
|
|
- path: /var/www
|
|
|
+ path: /Users/guochao/Desktop
|
|
|
folder: /xinchuang
|
|
|
input: /input
|
|
|
output: /output
|
|
@@ -131,4 +132,3 @@ save:
|
|
|
image: /image
|
|
|
main:
|
|
|
site: http://127.0.0.1:8080
|
|
|
- userInfoApi: /api/user/info/
|