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.

111 lines
3.0 KiB

8 months ago
server:
port: 7088
8 months ago
spring:
datasource:
dynamic:
primary: master
datasource:
master:
driverClassName: com.mysql.cj.jdbc.Driver
password: Itc@123456
url: jdbc:mysql://8.129.84.155:3306/ai_evaluator_test?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true
8 months ago
username: root
# Redis
data:
redis:
host: 8.129.84.155
port: 6379
password: Itc@123456
database: 3
timeout: 5000ms
lettuce:
pool:
max-active: 8
max-idle: 30
max-wait: 10000
min-idle: 10
8 months ago
jpa:
hibernate:
ddl-auto: update
naming:
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
properties:
hibernate:
dialect: org.hibernate.dialect.MySQL8Dialect
show-sql: true
# 上传下载限制
servlet:
multipart:
max-file-size: 100MB
max-request-size: 100MB
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8
serialization:
write-dates-as-timestamps: false
8 months ago
generator:
write-numbers-as-strings: true
minio:
endpoint: ${MINIO_ENDPOINT:http://8.129.84.155:9000}
7 months ago
accessKey: ${MINIO_ASSESSKEY:DTKYZDZM1i31XOvd24SP}
secretKey: ${MINIO_SECRETKEY:PnfLPcJbvaUboZIwYZAADPB0pDtPZgbi0QiLSs3C}
bucket: ${MINIO_BUCKET:ai-evaluator-test}
tempAccessFileUrl: http://8.129.84.155/minio-api
8 months ago
mybatis-plus:
configuration:
map-underscore-to-camel-case: true
mapper-locations: classpath*:mapper/**/*.xml
type-aliases-package: com.proposal.**.domain.entity
milvus:
5 months ago
host: 127.0.0.1
7 months ago
port: 19530
analysis:
host: http://127.0.0.1
port: 8888
url: /word/parse
7 months ago
ding:
# appKey: dinghgexcbos9dorl3kb
# appSecret: bSNX1ZOUTk2A4FGwQ1U6fyHlFssh9IZtFO6FuKx8A97PE1VZL9lBTJapwzDGCS7v
# # appKey: ding4eootvq4jzas96lr #保伦架构
# # appSecret: UI6XcD8GFPE_W_yo2eQkMuoSsTEf1whpZYEXrsDA7CV7bkJp40B3VNcETWS1aGgg
# agentId: 4418045751
# corpId: ding13a2ff8718e6bcdd
# # corpId: 3318151640
# noticeUrlPrefix: https://107pm707566hq.vicp.fun/ai-evaluator-test
appKey: dinggl2ktuhdhoczkg2o
appSecret: nK104mgXPbkCWjX1I-EcYiubjM0FJAYcfqBKPkVcyvrBsLMF9XK1g9Qd_QVOndcK
agentId: 4283077101
corpId: ding13d71da66ad91ff0f5bf40eda33b7ba0
noticeUrlPrefix: https://107pm707566hq.vicp.fun/ai-evaluator
algo:
clusterUrl: /semantic-cluster
baseUrl: http://172.16.204.50/cluster
generateQuestionUrl: /v1/generate/questions_from_cluster
apiUrl: http://172.16.204.50:8000/
6 months ago
jwt:
secret: "my-very-fixed-and-secure-secret-key-1234567890"
# 题目生成相关配置
question:
generation:
# 限流速率:每秒允许的API请求数
5 months ago
rate-limit: 4
6 months ago
downgrade: false
5 months ago
# 队列配置
queue:
# 重试间隔(秒)
retry-interval: 60
scheduled-task:
owner: test
# 经典套题 Mock 配置
classicpaper:
mock:
regenerate-delay-ms: 4000
regenerate-delay-max-ms: 5000
# 是否启用真实算法(true=使用算法服务)
algorithm:
enabled: true