application.properties 623 B

12345678910111213141516171819202122232425
  1. server.port=10002
  2. #spring.profiles.active=cas-test
  3. base.url=http://cas.demo.maxkey.top:10002
  4. cas.server.url=http://192.168.202.102:8080/sign/authz/cas
  5. #CAS
  6. cas.server.host.url=http://192.168.202.102:8080/sign/authz/cas
  7. #CAS????
  8. #CAS??????
  9. cas.server.host.login_url=${cas.server.host.url}/login
  10. #CAS??????
  11. cas.server.host.logout_url=${cas.server.host.url}/logout?service=${app.server.host.url}
  12. # ??????
  13. app.casEnable=true
  14. app.server.host.url=http://192.168.202.102:${server.port}
  15. #??????
  16. app.server.host.login_url=/
  17. #??????
  18. app.server.host.logout_url=/logout
  19. #??????
  20. app.server.host.web_url=http://192.168.202.102/index