|
@@ -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:
|