You've already forked FrameTour-BE
人脸
This commit is contained in:
@ -158,11 +158,16 @@ storage:
|
||||
prefix: "user-video/"
|
||||
url: "https://wsaiphoto.obs-cq.cucloud.cn"
|
||||
region: "obs-cq"
|
||||
#阿里云人脸检测
|
||||
aliFace:
|
||||
accessKeyId: "LTAI5tMwrmxVcUEKoH5QzLHx"
|
||||
accessKeySecret: "ZCIP8aKx1jwX1wkeYIPQEDZ8fPtN1c"
|
||||
region: "cn-shanghai"
|
||||
#人脸检测
|
||||
facebody:
|
||||
default-use: "zt"
|
||||
configs:
|
||||
- name: "zt"
|
||||
type: ALI
|
||||
config:
|
||||
accessKeyId: "LTAI5tMwrmxVcUEKoH5QzLHx"
|
||||
accessKeySecret: "ZCIP8aKx1jwX1wkeYIPQEDZ8fPtN1c"
|
||||
region: "cn-shanghai"
|
||||
|
||||
notify:
|
||||
defaultUse: ""
|
||||
|
@ -34,15 +34,16 @@ spring:
|
||||
port: 6379
|
||||
# 密码过于复杂需要使用''引起来,要不可能导致项目无法启动,因为无法识别特殊字符
|
||||
password: ''
|
||||
timeout: 1000
|
||||
timeout: 2000
|
||||
# 配置用户头像存放静态资源文件夹
|
||||
resources:
|
||||
static-locations: classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/
|
||||
# 配置请求文件大小
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: 500MB
|
||||
max-request-size: 500MB
|
||||
web:
|
||||
resources:
|
||||
static-locations: classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/
|
||||
|
||||
# MyBatis
|
||||
mybatis-plus:
|
||||
@ -160,11 +161,16 @@ storage:
|
||||
url: "https://wsaiphoto.obs-cq.cucloud.cn"
|
||||
region: "obs-cq"
|
||||
|
||||
#阿里云人脸检测
|
||||
aliFace:
|
||||
accessKeyId: "LTAI5tMwrmxVcUEKoH5QzLHx"
|
||||
accessKeySecret: "ZCIP8aKx1jwX1wkeYIPQEDZ8fPtN1c"
|
||||
region: "cn-shanghai"
|
||||
#人脸检测
|
||||
facebody:
|
||||
default-use: "zt"
|
||||
configs:
|
||||
- name: "zt"
|
||||
type: ALI
|
||||
config:
|
||||
accessKeyId: "LTAI5tMwrmxVcUEKoH5QzLHx"
|
||||
accessKeySecret: "ZCIP8aKx1jwX1wkeYIPQEDZ8fPtN1c"
|
||||
region: "cn-shanghai"
|
||||
|
||||
# 通知到人
|
||||
notify:
|
||||
|
Reference in New Issue
Block a user