application.yml 808 B

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