|
|
@@ -128,14 +128,14 @@ spring:
|
|
|
# redis 配置
|
|
|
redis:
|
|
|
# 地址
|
|
|
- host: 127.0.0.1
|
|
|
+ host: 172.24.144.218
|
|
|
# 端口,默认为6379
|
|
|
port: 6379
|
|
|
# 数据库索引
|
|
|
- database: 5
|
|
|
+ database: 1
|
|
|
# 密码
|
|
|
- #password: sxzgkj@2023
|
|
|
- password: 123456
|
|
|
+ password: sxzgkj@2023
|
|
|
+ #password: 123456
|
|
|
# 连接超时时间
|
|
|
timeout: 10s
|
|
|
lettuce:
|
|
|
@@ -263,3 +263,25 @@ xss:
|
|
|
# 匹配链接
|
|
|
urlPatterns: /system/*,/monitor/*,/tool/*
|
|
|
# ylx456
|
|
|
+
|
|
|
+# FFmpeg 配置
|
|
|
+ffmpeg:
|
|
|
+ # FFmpeg 可执行文件路径(linux路径下面的配置)
|
|
|
+ path: ffmpeg
|
|
|
+ # 是否启用Docker模式(Linux服务器环境设置为true)
|
|
|
+ docker-enabled: false
|
|
|
+ # Docker镜像名称
|
|
|
+ docker-image: jrottenberg/ffmpeg
|
|
|
+ # Docker容器内工作目录
|
|
|
+ container-work-dir: /data
|
|
|
+ # 宿主机路径映射(Docker volume映射的源路径)
|
|
|
+ host-volume-path: /usr/local/java/nightFragrance/uploadPath
|
|
|
+
|
|
|
+# 自动分账超时时间_hour
|
|
|
+hCount:
|
|
|
+ 48
|
|
|
+# 自动分账佣金比例 商户
|
|
|
+percent:
|
|
|
+ 0.06
|
|
|
+hPercent:
|
|
|
+ 0.94
|