12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- spring:
- cloud:
- nacos:
- discovery:
- server-addr: 47.108.128.78:6848
- redis:
- host: 47.108.128.78
- port: 7031
- password: Chelvc@2023
- dubbo:
- registry:
- address: nacos://47.108.128.78:6848
- nacos:
- config:
- server-addr: 47.108.128.78:6848
- oauth:
- secret: oauth.token.secret@chelvc!@#2023
- clients:
- - id: chelvc_client
- secret: chelvc@secret#2023!
- scopes: ADMIN,CUSTOMER,MERCHANT
- grants: sms,wechat,password,refresh_token
- access-token-timeout: 3600
- refresh-token-timeout: 86400
- upload:
- clients:
- - path: /home/chelvc/upload
- domain: http://file.chelvc.com
- channel: LOCAL
- location:
- caching:
- enabled: true
- clients:
- - key: VPKBZ-CR3CG-R23QE-QK2IY-LNXKZ-GCB34
- channel: TENCENT
- sms:
- captcha:
- template: SMS_274640619
- clients:
- - id: LTAI5tAnS3tQqjpHdT1KqeUw
- secret: xs6OZj6pyJLTcNBDjp6ikftVyKRXsk
- signature: 车旅程
- channel: ALIYUN
|