123456789101112131415161718192021222324252627282930 |
-
- -------------------- 模块: basic Start --------------------
- # geetest config
- examcloud.starters.geetest.apiUrl=http://api.geetest.com
- examcloud.starters.geetest.id=xxx
- examcloud.starters.geetest.key=xxx
- -------------------- 模块: basic End --------------------
- ########## application.properties 配置文件增加
- # mq
- $report.enable=true
- $report.mq-type=rocketmq
- $rocketmq-accesskey=
- $rocketmq-secretkey=
- $rocketmq-namesrv-addr=
- ########## application.properties 配置文件增加
- -------------------- 管理端参数配置: start --------------------
- 菜单 --> 系统管理 --> 参数配置 --> app.faceid.notify_url
- 参数值中的域名需要改成当前环境的可被外网访问的新域名 {
- https://ecs.qmth.com.cn:8878/api/ecs_oe_student/examFaceLivenessVerify/faceLivenessVerifyCallback
- 改成:
- https://www.exam-cloud.cn/api/ecs_oe_student/examFaceLivenessVerify/faceLivenessVerifyCallback (待验证)
- }
- -------------------- 管理端参数配置: end --------------------
|