|
@@ -41,10 +41,6 @@ oss:
|
|
expireTime: 600
|
|
expireTime: 600
|
|
roleArn: acs:ram::1525065817051996:role/oss-archive
|
|
roleArn: acs:ram::1525065817051996:role/oss-archive
|
|
|
|
|
|
-celeryServer:
|
|
|
|
- host: 106.14.81.62
|
|
|
|
- port: 5000
|
|
|
|
-
|
|
|
|
---
|
|
---
|
|
# 开发环境
|
|
# 开发环境
|
|
spring:
|
|
spring:
|
|
@@ -138,6 +134,10 @@ host: http://local.mooctest.net
|
|
|
|
|
|
webIDE:
|
|
webIDE:
|
|
address: 47.97.4.113:8000
|
|
address: 47.97.4.113:8000
|
|
|
|
+
|
|
|
|
+celeryServer:
|
|
|
|
+ host: 106.14.81.62
|
|
|
|
+ port: 5000
|
|
---
|
|
---
|
|
# 测试服务环境
|
|
# 测试服务环境
|
|
spring:
|
|
spring:
|
|
@@ -234,6 +234,10 @@ host: http://test.mooctest.net
|
|
webIDE:
|
|
webIDE:
|
|
address: 47.97.4.113:8000
|
|
address: 47.97.4.113:8000
|
|
|
|
|
|
|
|
+celeryServer:
|
|
|
|
+ host: 106.14.81.62
|
|
|
|
+ port: 5000
|
|
|
|
+
|
|
---
|
|
---
|
|
# 线上服务环境
|
|
# 线上服务环境
|
|
spring:
|
|
spring:
|
|
@@ -250,10 +254,10 @@ spring:
|
|
protocol.host: 114.55.91.83
|
|
protocol.host: 114.55.91.83
|
|
scan: cn.iselab.mooctest.site.rpc
|
|
scan: cn.iselab.mooctest.site.rpc
|
|
rabbitmq:
|
|
rabbitmq:
|
|
- host: 106.14.81.62
|
|
|
|
|
|
+ host: 121.199.32.102
|
|
port: 5672
|
|
port: 5672
|
|
- username: test
|
|
|
|
- password: test
|
|
|
|
|
|
+ username: mooctest
|
|
|
|
+ password: mooctestPassword
|
|
virtual-host: proj
|
|
virtual-host: proj
|
|
redis:
|
|
redis:
|
|
host: 106.14.81.62
|
|
host: 106.14.81.62
|
|
@@ -329,6 +333,10 @@ host: http://www.mooctest.net
|
|
webIDE:
|
|
webIDE:
|
|
address: 47.97.4.113:8081
|
|
address: 47.97.4.113:8081
|
|
|
|
|
|
|
|
+celeryServer:
|
|
|
|
+ host: 121.199.32.102
|
|
|
|
+ port: 5000
|
|
|
|
+
|
|
---
|
|
---
|
|
# 私有云服务环境
|
|
# 私有云服务环境
|
|
spring:
|
|
spring:
|