|
@@ -22,20 +22,22 @@ spring.jpa.show-sql=false
|
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
|
#redis config
|
|
|
spring.redis.port=6379
|
|
|
-spring.redis.host=192.168.10.30
|
|
|
+spring.redis.host=192.168.10.39
|
|
|
spring.redis.password=
|
|
|
spring.redis.database=0
|
|
|
spring.redis.timeout=15000
|
|
|
# 基础信息服务地址
|
|
|
-examcloud.base.info.url=http://192.168.10.30:8000
|
|
|
+examcloud.base.info.url=http://192.168.10.39:8000
|
|
|
# 考务服务地址
|
|
|
-examcloud.exam.admin.url=http://192.168.10.30:8001
|
|
|
+examcloud.exam.admin.url=http://192.168.10.39:8001
|
|
|
# 网考服务地址
|
|
|
-examcloud.net.exam.url=http://192.168.10.30:8003
|
|
|
+examcloud.net.exam.url=http://192.168.10.39:8003
|
|
|
+# 网考后端
|
|
|
+examcloud.admin.exam.url=http://192.168.10.39:8013
|
|
|
# 题库服务地址
|
|
|
-examcloud.question.pool.url=http://192.168.10.30:8868
|
|
|
+examcloud.question.pool.url=http://192.168.10.39:8868
|
|
|
# 认证中心服务地址
|
|
|
-examcloud.user.auth.url=http://192.168.10.30
|
|
|
+examcloud.user.auth.url=http://192.168.10.39
|
|
|
# 又拍云文件服务地址
|
|
|
examcloud.upyun.url=https://ecs-test-static.qmth.com.cn
|
|
|
# 短信服务配置
|