|
@@ -1,5 +1,5 @@
|
|
|
#spring.profiles.active: private-cloud
|
|
|
-spring.profiles.active: private-localhost
|
|
|
+spring.profiles.active: dev
|
|
|
#spring.profiles.active: dev-online
|
|
|
spring:
|
|
|
mvc:
|
|
@@ -28,9 +28,10 @@ oss:
|
|
|
endPoint: oss-cn-shanghai.aliyuncs.com
|
|
|
bucketName: mooctest-site
|
|
|
folder: xinchuang
|
|
|
+
|
|
|
---
|
|
|
spring:
|
|
|
- profiles: dev-online
|
|
|
+ profiles: dev
|
|
|
|
|
|
mongodb:
|
|
|
database: test
|
|
@@ -40,23 +41,27 @@ mongodb:
|
|
|
password: mooctest
|
|
|
|
|
|
baseurl:
|
|
|
- auditDistribute: http://129.211.185.102:8082/
|
|
|
+ auditDistribute: test
|
|
|
mooctest: http://101.37.175.111:8191
|
|
|
taskDistribute: http://47.102.206.109:6379/
|
|
|
report:
|
|
|
export: http://47.99.140.117:9002/generateReport
|
|
|
excel: http://127.0.0.1:9003/generateReport
|
|
|
- host: 127.0.0.1:8090
|
|
|
+ host: 127.0.0.1:81
|
|
|
urlpath: http://47.98.174.59:8100/resourcesXinchuang/
|
|
|
|
|
|
useOss: true
|
|
|
-#filePath: /Users/guochao/Desktop/xinchuang/json/
|
|
|
+save:
|
|
|
+ path: /Users/guochao/Desktop/xinchuang
|
|
|
+ json: /json/
|
|
|
+ image: /image/
|
|
|
|
|
|
path:
|
|
|
word: /Users/guochao/Desktop/project/data/sgns.wiki.word
|
|
|
+
|
|
|
---
|
|
|
spring:
|
|
|
- profiles: private-localhost
|
|
|
+ profiles: private-cloud
|
|
|
|
|
|
mongodb:
|
|
|
database: test
|
|
@@ -71,22 +76,22 @@ baseurl:
|
|
|
taskDistribute: http://47.102.206.109:6379/
|
|
|
report:
|
|
|
export: http://47.99.140.117:9002/generateReport
|
|
|
- excel: http://127.0.0.1:9003/generateReport
|
|
|
- host: 127.0.0.1:81
|
|
|
+ excel: http://192.168.31.157:9003/generateReport
|
|
|
+ host: 192.168.31.157:8090
|
|
|
urlpath: http://47.98.174.59:8100/resourcesXinchuang/
|
|
|
|
|
|
-useOss: true
|
|
|
+useOss: false
|
|
|
save:
|
|
|
- path: /Users/guochao/Desktop/xinchuang
|
|
|
+ path: /var/www/xinchuang
|
|
|
json: /json/
|
|
|
image: /image/
|
|
|
|
|
|
path:
|
|
|
- word: /Users/guochao/Desktop/project/data/sgns.wiki.word
|
|
|
+ word: /project/sgns.wiki.word
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
- profiles: private-cloud
|
|
|
+ profiles: dev-online
|
|
|
|
|
|
mongodb:
|
|
|
database: test
|
|
@@ -96,20 +101,17 @@ mongodb:
|
|
|
password: mooctest
|
|
|
|
|
|
baseurl:
|
|
|
- auditDistribute: test
|
|
|
+ auditDistribute: http://129.211.185.102:8082/
|
|
|
mooctest: http://101.37.175.111:8191
|
|
|
taskDistribute: http://47.102.206.109:6379/
|
|
|
report:
|
|
|
export: http://47.99.140.117:9002/generateReport
|
|
|
- excel: http://192.168.31.157:9003/generateReport
|
|
|
- host: 192.168.31.157:8090
|
|
|
+ excel: http://127.0.0.1:9003/generateReport
|
|
|
+ host: 127.0.0.1:8090
|
|
|
urlpath: http://47.98.174.59:8100/resourcesXinchuang/
|
|
|
|
|
|
-useOss: false
|
|
|
-save:
|
|
|
- path: /var/www/xinchuang
|
|
|
- json: /json/
|
|
|
- image: /image/
|
|
|
+useOss: true
|
|
|
+#filePath: /Users/guochao/Desktop/xinchuang/json/
|
|
|
|
|
|
path:
|
|
|
- word: /project/sgns.wiki.word
|
|
|
+ word: /Users/guochao/Desktop/project/data/sgns.wiki.word
|