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.
88 lines
2.2 KiB
88 lines
2.2 KiB
|
3 months ago
|
server:
|
||
|
|
port: 7088
|
||
|
1 month ago
|
host: 8.129.84.155
|
||
|
3 months ago
|
|
||
|
3 months ago
|
spring:
|
||
|
|
datasource:
|
||
|
|
dynamic:
|
||
|
|
primary: master
|
||
|
|
datasource:
|
||
|
|
master:
|
||
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
||
|
|
password: Itc@123456
|
||
|
1 month ago
|
url: jdbc:mysql://8.129.84.155:3306/ai_evaluator?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true
|
||
|
3 months ago
|
username: root
|
||
|
3 months ago
|
# Redis
|
||
|
|
data:
|
||
|
|
redis:
|
||
|
1 month ago
|
host: 8.129.84.155
|
||
|
3 months ago
|
port: 6379
|
||
|
|
password: 123456
|
||
|
|
database: 3
|
||
|
|
timeout: 5000ms
|
||
|
|
lettuce:
|
||
|
|
pool:
|
||
|
|
max-active: 8
|
||
|
|
max-idle: 30
|
||
|
|
max-wait: 10000
|
||
|
|
min-idle: 10
|
||
|
3 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:
|
||
|
3 months ago
|
date-format: yyyy-MM-dd HH:mm:ss
|
||
|
|
time-zone: GMT+8
|
||
|
|
serialization:
|
||
|
|
write-dates-as-timestamps: false
|
||
|
3 months ago
|
generator:
|
||
|
|
write-numbers-as-strings: true
|
||
|
|
minio:
|
||
|
1 month ago
|
endpoint: ${MINIO_ENDPOINT:http://8.129.84.155:9000}
|
||
|
3 months ago
|
accessKey: ${MINIO_ASSESSKEY:DTKYZDZM1i31XOvd24SP}
|
||
|
|
secretKey: ${MINIO_SECRETKEY:PnfLPcJbvaUboZIwYZAADPB0pDtPZgbi0QiLSs3C}
|
||
|
|
bucket: ${MINIO_BUCKET:ai-evaluator}
|
||
|
3 months ago
|
mybatis-plus:
|
||
|
|
configuration:
|
||
|
|
map-underscore-to-camel-case: true
|
||
|
|
mapper-locations: classpath*:mapper/**/*.xml
|
||
|
3 months ago
|
type-aliases-package: com.proposal.**.domain.entity
|
||
|
|
|
||
|
|
milvus:
|
||
|
1 month ago
|
host: 8.129.84.155
|
||
|
3 months ago
|
port: 19530
|
||
|
3 months ago
|
analysis:
|
||
|
|
host: 172.16.204.50
|
||
|
|
port: 8888
|
||
|
|
url: /word/parse
|
||
|
3 months ago
|
ding:
|
||
|
2 months ago
|
appKey: dinggl2ktuhdhoczkg2o
|
||
|
|
appSecret: nK104mgXPbkCWjX1I-EcYiubjM0FJAYcfqBKPkVcyvrBsLMF9XK1g9Qd_QVOndcK
|
||
|
|
agentId: 4283077101
|
||
|
2 months ago
|
corpId: ding13d71da66ad91ff0f5bf40eda33b7ba0
|
||
|
3 months ago
|
algo:
|
||
|
2 months ago
|
clusterUrl: /semantic-cluster
|
||
|
2 months ago
|
baseUrl: http://172.16.204.50:8002
|
||
|
2 months ago
|
generateQuestionUrl: /v1/generate/questions_from_cluster
|
||
|
2 months ago
|
apiUrl: http://8.129.84.155:8000
|
||
|
2 months ago
|
jwt:
|
||
|
2 months ago
|
secret: "my-very-fixed-and-secure-secret-key-1234567890"
|
||
|
|
|
||
|
|
# 题目生成相关配置
|
||
|
|
question:
|
||
|
|
generation:
|
||
|
|
# 限流速率:每秒允许的API请求数
|
||
|
|
rate-limit: 20
|
||
|
1 month ago
|
|
||
|
|
scheduled-task:
|
||
|
|
owner: test
|