application.yml 772 B

123456789101112131415161718192021222324252627282930
  1. spring:
  2. profiles:
  3. active: dev
  4. swagger:
  5. production: false
  6. basic:
  7. enable: false
  8. username: jeecg
  9. password: jeecg1314
  10. # 第三方登录
  11. justauth:
  12. enabled: true
  13. type:
  14. GITHUB:
  15. client-id: 0277e675495f14a4a183
  16. client-secret: ??
  17. redirect-uri: http://sso.test.com:8080/jeecg-boot/thirdLogin/github/callback
  18. WECHAT_ENTERPRISE:
  19. client-id: wwc2a8c8b19c201bcc
  20. client-secret: ??
  21. redirect-uri: http://sso.test.com:8080/jeecg-boot/thirdLogin/wechat_enterprise/callback
  22. agent-id: 1000002
  23. DINGTALK:
  24. client-id: dingoa33vjqxrbyidnmgwo
  25. client-secret: ??
  26. redirect-uri: http://sso.test.com:8080/jeecg-boot/thirdLogin/dingtalk/callback
  27. cache:
  28. type: default
  29. prefix: 'demo::'
  30. timeout: 1h