You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.4 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

spring:
# 数据库配置
datasource:
url: jdbc:mysql://rm-bp13v5020p7828r5rso.mysql.rds.aliyuncs.com:3306/testbridge?useUnicode=true&characterEncoding=utf8&autoReconnect=true&failOverReadOnly=false
username: testeducoder
password: TEST@123
driver-class-name: com.mysql.jdbc.Driver
type: com.alibaba.druid.pool.DruidDataSource
initialSize: 50
minIdle: 50
maxActive: 100
validationQuery: SELECT 1
## 评测钉钉机器人配置
evaluation:
token: 1069c45d4dfab187bb95599faeaf3687b630f79eda0d6fff914a18ee9e25db6f
secret: SEC7431097248ee9c19b9d7a2c61883e29082bea79c88c3e8f02e5fa121c2837dbc
# b端相关配置
bridge:
evaluation: http://pre-bridge.educoder.net/bridge/game/gameEvaluate
ojEvaluation: http://pre-bridge.educoder.net/bridge/ojs/evaluate
callbackUrl: http://172.16.94.254:8002/callback/evaluationResult
errorOutPuts: |
系统繁忙,请稍后重试
程序执行失败导致评测提前终止,请稍后重试或联系系统管理员
本次评测网络延迟较高资源无法正常加载请10s后重试
当前实验环境正在更新中,请稍后重试或联系系统管理员!
当前网络较差,代码下载超时,请稍后重试!
评测脚本设置异常,建议您在实训的配置页面重新选择或修改评测脚本
sign:
accessKeySecret: 9NMU8ushmFu8SN1EKHOhvo9jmv1qp0
# 定时任务cron表达式
task:
cron:
evalCheck: 0/30 * * * * ?