third-account.yml 460 B

123456789101112131415161718192021
  1. # 第三方开发者账号信息,如对接阿里云、腾讯云、微信登陆等信息
  2. ali-cloud:
  3. access-key-id: changeme
  4. access-secret: changeme
  5. spring:
  6. mail:
  7. username: changeme
  8. host: smtp.qq.com
  9. password: changeme
  10. properties:
  11. mail:
  12. smtp:
  13. auth: true
  14. connectiontimeout: 5000
  15. timeout: 3000
  16. writetimeout: 5000
  17. starttls:
  18. enable: true
  19. required: true