代码初始化
This commit is contained in:
17
config.yml
17
config.yml
@@ -34,11 +34,23 @@ database:
|
||||
deletedAt: "deleted_at"
|
||||
timeMaintainDisabled: false
|
||||
|
||||
redis:
|
||||
# 集群模式配置方法
|
||||
default:
|
||||
address: 116.204.74.41:6379
|
||||
db: 0
|
||||
idleTimeout: "60s" #连接最大空闲时间,使用时间字符串例如30s/1m/1d
|
||||
maxConnLifetime: "90s" #连接最长存活时间,使用时间字符串例如30s/1m/1d
|
||||
waitTimeout: "60s" #等待连接池连接的超时时间,使用时间字符串例如30s/1m/1d
|
||||
dialTimeout: "30s" #TCP连接的超时时间,使用时间字符串例如30s/1m/1d
|
||||
readTimeout: "30s" #TCP的Read操作超时时间,使用时间字符串例如30s/1m/1d
|
||||
writeTimeout: "30s" #TCP的Write操作超时时间,使用时间字符串例如30s/1m/1d
|
||||
maxActive: 100
|
||||
consul:
|
||||
address: 192.168.3.30:8500
|
||||
|
||||
jaeger:
|
||||
addr: 116.204.74.41:4318
|
||||
addr: 192.168.3.30:4318
|
||||
|
||||
# FFmpeg 配置(视频音频提取)
|
||||
ffmpeg:
|
||||
@@ -47,6 +59,9 @@ ffmpeg:
|
||||
# 临时文件目录(上传的视频和提取的音频)
|
||||
temp_dir: "resource/temp"
|
||||
|
||||
# OSS/MinIO 文件上传配置
|
||||
filePrefix: "http://116.204.74.41:9000"
|
||||
|
||||
# Whisper 语音识别配置
|
||||
whisper:
|
||||
# whisper 可执行文件路径,留空则自动查找
|
||||
|
||||
Reference in New Issue
Block a user