## # CAS Server Context Configuration # server.context-path=/cas server.port=8080 #server.ssl.key-store=file:/etc/cas/thekeystore #server.ssl.key-store-password=changeit #server.ssl.key-password=changeit server.max-http-header-size=2097152 server.use-forward-headers=true server.connection-timeout=20000 server.error.include-stacktrace=ALWAYS server.compression.enabled=true server.compression.mime-types=application/javascript,application/json,application/xml,text/html,text/xml,text/plain server.tomcat.max-http-post-size=2097152 server.tomcat.basedir=build/tomcat server.tomcat.accesslog.enabled=true server.tomcat.accesslog.pattern=%t %a "%r" %s (%D ms) server.tomcat.accesslog.suffix=.log server.tomcat.min-spare-threads=10 server.tomcat.max-threads=200 server.tomcat.port-header=X-Forwarded-Port server.tomcat.protocol-header=X-Forwarded-Proto server.tomcat.protocol-header-https-value=https server.tomcat.remote-ip-header=X-FORWARDED-FOR server.tomcat.uri-encoding=UTF-8 spring.http.encoding.charset=UTF-8 spring.http.encoding.enabled=true spring.http.encoding.force=true ## # CAS Cloud Bus Configuration # spring.cloud.bus.enabled=false # Indicates that systemPropertiesOverride can be used. # Set to false to prevent users from changing the default accidentally. Default true. spring.cloud.config.allow-override=true # External properties should override system properties. spring.cloud.config.override-system-properties=false # When allowOverride is true, external properties should take lowest priority, and not override any # existing property sources (including local config files). spring.cloud.config.override-none=false # spring.cloud.bus.refresh.enabled=true # spring.cloud.bus.env.enabled=true # spring.cloud.bus.destination=CasCloudBus # spring.cloud.bus.ack.enabled=true endpoints.enabled=false endpoints.sensitive=true endpoints.restart.enabled=false endpoints.shutdown.enabled=false # Control the security of the management/actuator endpoints # The 'enabled' flag below here controls the rendering of details for the health endpoint amongst other things. management.security.enabled=true management.security.roles=ACTUATOR,ADMIN management.security.sessions=if_required management.context-path=/status management.add-application-context-header=false # Define a CAS-specific "WARN" status code and its order management.health.status.order=WARN, DOWN, OUT_OF_SERVICE, UNKNOWN, UP # Control the security of the management/actuator endpoints # With basic authentication, assuming Spring Security and/or relevant modules are on the classpath. security.basic.authorize-mode=role security.basic.path=/cas/status/** # security.basic.enabled=true # security.user.name=casuser # security.user.password= ## # CAS Web Application Session Configuration # server.session.timeout=300 server.session.cookie.http-only=true server.session.tracking-modes=COOKIE ## # CAS Thymeleaf View Configuration # spring.thymeleaf.encoding=UTF-8 spring.thymeleaf.cache=true spring.thymeleaf.mode=HTML spring.thymeleaf.template-resolver-order=100 ## # CAS Log4j Configuration # # logging.config=file:/etc/cas/log4j2.xml server.context-parameters.isLog4jAutoInitializationDisabled=true ## # CAS AspectJ Configuration # spring.aop.auto=true spring.aop.proxy-target-class=true ## # CAS Authentication Credentials # #cas.authn.accept.users=admin::jxgl@2021 cas.tgc.secure=false #cas.serviceRegistry.initFromJson=true #\u5F00\u542F\u8BC6\u522Bjson\u6587\u4EF6\uFF0C\u9ED8\u8BA4false cas.serviceRegistry.initFromJson=true #\u81EA\u52A8\u626B\u63CF\u670D\u52A1\u914D\u7F6E\uFF0C\u9ED8\u8BA4\u5F00\u542F #cas.serviceRegistry.watcherEnabled=true ##120\u79D2\u626B\u63CF\u4E00\u904D #cas.serviceRegistry.repeatInterval=120000 ##\u5EF6\u8FDF15\u79D2\u5F00\u542F ##cas.serviceRegistry.startDelay=15000 #cas.serviceRegistry.managementType=DEFAULT ##\u8D44\u6E90\u52A0\u8F7D\u8DEF\u5F84 cas.serviceRegistry.json.location=classpath:/services #cas.logout.followServiceRedirects=true # \u5F00\u542Frest\u9A8C\u8BC1\u5E76\u914D\u7F6Eurl cas.authn.rest.uri=http://www.test:8443/cas/v1 # ticket\u8FC7\u671F\u8BBE\u7F6E cas.ticket.st.numberOfUses=1 cas.ticket.st.timeToKillInSeconds=100 ########## \u7528\u6237\u8BA4\u8BC1JDBC\u6570\u636E\u6E90\u914D\u7F6E ############ sso.jdbc.user=root sso.jdbc.password=root sso.jdbc.driverClass=com.mysql.jdbc.Driver #sso.jdbc.url=jdbc:mysql://localhost:3306/mkl_cas_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=UTC sso.jdbc.url=jdbc:mysql://localhost:3306/technological_innovation_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=UTC # \u9ED8\u8BA4\u4E3B\u9898\u914D\u7F6E cas.theme.defaultThemeName=anumbrella cas.logout.followServiceRedirects=true #cas.logout.redirectUrl=/login cas.logout.redirectParameter=service #cas.logout.redirectUrl=http://192.168.31.109:8080/cas/login?service=http://192.168.31.109:8070/callback?client_name=CasClientNew cas.logout.redirectUrl=http://192.168.31.109:8080/cas/login?service=http://192.168.31.109:9001/callback?client_name=CasClientKCGL #cas.logout.confirmLogout=false cas.logout.removeDescendantTickets=true #\u7981\u7528\u5355\u70B9\u767B\u51FA,\u9ED8\u8BA4\u662Ffalse\u4E0D\u7981\u6B62 #cas.slo.disabled=true #\u9ED8\u8BA4\u5F02\u6B65\u901A\u77E5\u5BA2\u6237\u7AEF,\u6E05\u9664session #cas.slo.asynchronous=true