yml添加文件上传路径
This commit is contained in:
parent
2e2dd5c506
commit
6f07765227
@ -14,6 +14,70 @@ xinelu:
|
|||||||
addressEnabled: false
|
addressEnabled: false
|
||||||
# 验证码类型 math 数组计算 char 字符验证
|
# 验证码类型 math 数组计算 char 字符验证
|
||||||
captchaType: math
|
captchaType: math
|
||||||
|
# 全易通小程序前端图片存放路径,相对路径,Windows和Linux下通用
|
||||||
|
nurser-applet-picture: /nurseApplet/picture
|
||||||
|
# 护理站图片上传
|
||||||
|
nurser-station-picture-url: /nurseStation
|
||||||
|
# 护理站简介图片上传
|
||||||
|
nurser-stationIntroduce-picture-url: /nurseStation2
|
||||||
|
# 护理站项目图片上传
|
||||||
|
nurser-stationItem-picture-url: /nurseStationItem
|
||||||
|
# 商品分类图片地址
|
||||||
|
goods-category-picture: /goodsCategoryPicture
|
||||||
|
# 商品图片路径图片上传
|
||||||
|
goods-picture-url: /goodsPictureUrl
|
||||||
|
# 商品属性图片地址图片上传
|
||||||
|
attribute-piture-url: /attributePitureUrl
|
||||||
|
# 获取管理端富文本的上传路径
|
||||||
|
rich-text-picture-url: /richTextPictureUrl
|
||||||
|
# 修改会员App用户头像上传
|
||||||
|
head-picture-url: /headPictureUrl
|
||||||
|
# 护理员App人员头像的上传路径图片上传路径
|
||||||
|
nurse-station-app-person-url: /avatar
|
||||||
|
# 任务完成上传确认信息
|
||||||
|
appointment-order-details-url: /appointmentOrderDetailsUrl
|
||||||
|
# 评价信息图片上传路径
|
||||||
|
evaluate-picture-url: /evaluatePictureUrl
|
||||||
|
# 护理项目分类图标存放地址
|
||||||
|
nurseitem-classify-url: /nurseItemClassifyUrl
|
||||||
|
#海报图片存放路径
|
||||||
|
poster-picture-url: /posterPictureUrl
|
||||||
|
#海报视频存放路径
|
||||||
|
poster-video-url: /posterVideoUrl
|
||||||
|
# 商城店铺默认名称
|
||||||
|
yiLuYouPinStoreName: 医路优品
|
||||||
|
# 护理员App文件下载路径
|
||||||
|
app-file-path: http://app.xinelu.com/app/泉医到家护理员App.apk
|
||||||
|
# 护理员App服务器存放路径
|
||||||
|
app-file-name: /appFileName
|
||||||
|
# 护理机构图片存放路径
|
||||||
|
nurse-station-classify-url: /nurseStationClassifyUrl
|
||||||
|
# 资讯分类图片地址
|
||||||
|
lead-thumbnail-url: /leadThumbnailUrl
|
||||||
|
#在线客服群二维码存放路径
|
||||||
|
group-qr-code-url: /groupQrCodeUrl
|
||||||
|
#科室人员证书图片存放路径
|
||||||
|
certificate-url: /certificateUrl
|
||||||
|
#小程序好友邀请二维码存放地址
|
||||||
|
personal-wechat-code-url: /personalWechatCodeUrl
|
||||||
|
#健康咨询科室人员头像地址
|
||||||
|
person-picture-url: /personPictureUrl
|
||||||
|
#护理人员证书图片存放路径
|
||||||
|
person-certificate-url: /personCertificateUrl
|
||||||
|
#审核护理人员证书图片存放路径
|
||||||
|
person-certificate-check-url: /personCertificateCheckUrl
|
||||||
|
#培训分类图片路径
|
||||||
|
training-category-picture-url: /trainingCategoryPictureUrl
|
||||||
|
#培训项目logo图片路径
|
||||||
|
training-item-cover-url: /trainingItemCoverUrl
|
||||||
|
#培训项目海报图片路径
|
||||||
|
training-item-poster-url: /trainingItemPosterUrl
|
||||||
|
#培训项目内容图片路径
|
||||||
|
training-item-content-url: /trainingItemContentUrl
|
||||||
|
#培训项目章节视频存放地址
|
||||||
|
item_directory_url: /itemDirectoryUrl
|
||||||
|
#护理站二维码存放地址
|
||||||
|
station-wechat-code-url: /stationWechatCodeUrl
|
||||||
|
|
||||||
# 开发环境配置
|
# 开发环境配置
|
||||||
server:
|
server:
|
||||||
@ -68,7 +132,7 @@ spring:
|
|||||||
# 数据库索引
|
# 数据库索引
|
||||||
database: 0
|
database: 0
|
||||||
# 密码
|
# 密码
|
||||||
password: xinelu@6990
|
password:
|
||||||
# 连接超时时间
|
# 连接超时时间
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
lettuce:
|
lettuce:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user