60 lines
1.2 KiB
YAML
60 lines
1.2 KiB
YAML
server:
|
|
port: 8081
|
|
servlet:
|
|
session:
|
|
timeout: 30d
|
|
|
|
spring:
|
|
main:
|
|
banner-mode: off
|
|
datasource:
|
|
url: jdbc:mysql://192.168.2.5:3306/tracexd?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
|
|
username: root
|
|
password: root
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
thymeleaf:
|
|
prefix: classpath:/templates/
|
|
suffix: .html
|
|
mode: HTML
|
|
cache: true
|
|
servlet:
|
|
multipart:
|
|
max-file-size: 10MB
|
|
security:
|
|
user:
|
|
name: admin
|
|
password: admin123
|
|
|
|
mybatis-plus:
|
|
global-config:
|
|
banner: false
|
|
configuration:
|
|
log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
|
|
|
|
logging:
|
|
level:
|
|
com.tracexd: INFO
|
|
org.springframework: WARN
|
|
|
|
---
|
|
spring:
|
|
config:
|
|
activate:
|
|
on-profile: dev
|
|
thymeleaf:
|
|
cache: false
|
|
mybatis-plus:
|
|
configuration:
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
|
---
|
|
tracexd:
|
|
deepseek:
|
|
api-key: sk-732e5f5f1f07454492022401f0a2bf40
|
|
base-url: https://api.deepseek.com
|
|
model: deepseek-v4-pro
|
|
mimo:
|
|
api-key: sk-cqttr117tzllfolonxztu4qa5208liota2llfut458ixx2m1
|
|
base-url: https://api.xiaomimimo.com/v1
|
|
model: mimo-v2.5-asr
|