## 短信配置改为配置文件;
This commit is contained in:
parent
7973baf25d
commit
f1442315ad
|
@ -32,6 +32,8 @@ spring:
|
|||
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
||||
## 业务模块依赖的公用配置(缓存、数据库、事务、mybatis-plus)
|
||||
- business-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
||||
## 三方自定义配置
|
||||
- business-third.${spring.cloud.nacos.config.file-extension}
|
||||
main:
|
||||
## 当遇到同样名字的时候,是否允许覆盖注册
|
||||
allow-bean-definition-overriding: true
|
||||
|
@ -263,16 +265,6 @@ huifu:
|
|||
## 公众号appSecret
|
||||
publicAppSecret: 8ef62181b0d81d5d955c65078a564a61
|
||||
|
||||
## 短信配置
|
||||
sms:
|
||||
## 是否发送短信(true发送,false不发送)
|
||||
enable: true
|
||||
## 阿里短信
|
||||
aliAccessKeyId: LTAI5tECf4VYcpQNvaZ2bFg6
|
||||
aliAccessKeySecret: 68vOfID5RWE8KhlMjV9qpMpoX5ZX9D
|
||||
aliEndpoint: dysmsapi.aliyuncs.com
|
||||
aliSign: 北方大陆
|
||||
|
||||
## 快递100配置
|
||||
express:
|
||||
url: https://poll.kuaidi100.com/poll/query.do
|
||||
|
|
Loading…
Reference in New Issue