12345678910111213141516171819202122232425262728293031 |
- spring:
- cloud:
- nacos:
- discovery:
- server-addr: 127.0.0.1:6848
- redis:
- host: 127.0.0.1
- port: 7031
- password: Chelvc@2023
- nacos:
- config:
- server-addr: 127.0.0.1:6848
- security:
- oauth:
- scoped: true
- secret: oauth.token.secret@chelvc!@#2023
- upload:
- bucket: /home/chelvc/static
- domain: https://test.chelvc.com/file
- channel: LOCAL
- sms:
- clients:
- - appid: LTAI5tAnS3tQqjpHdT1KqeUw
- secret: xs6OZj6pyJLTcNBDjp6ikftVyKRXsk
- template: SMS_274640619
- signature: 车旅程
- channel: ALIYUN
|