application-pre.properties 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. server.ssl.key-store=server.keystore
  2. server.ssl.key-alias=tomcat
  3. server.ssl.enabled=true
  4. server.ssl.key-store-password=123456
  5. server.ssl.key-store-type=JKS
  6. server.port=8888
  7. server.servlet.context-path=/sso
  8. server.tomcat.max-threads=1200
  9. server.tomcat.max-connections=10000
  10. server.tomcat.accept-count=400
  11. server.tomcat.min-spare-threads=600
  12. server.connection-timeout=120000
  13. #thymeleaf dispose
  14. spring.thymeleaf.mode=HTML5
  15. spring.thymeleaf.encoding=UTF-8
  16. spring.thymeleaf.servlet.content-type=text/html
  17. spring.thymeleaf.cache=false
  18. #DBO dispose
  19. spring.datasource.url=jdbc:mysql://rm-7uqho6qdt6p2kabr5.mysql.rds.inner.y.csair.com:3306/wellcloudwdas?useSSL=false&serverTimezone=GMT%2B8&allowPublicKeyRetrieval=true
  20. spring.datasource.username=wellcloud_app
  21. spring.datasource.password=PeYl_#2021
  22. spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
  23. fastjson.parser.safeMode=true
  24. #Company_minute
  25. EXPIRE_TIME: 240
  26. #cloudOut
  27. appId : b0bae2a0-543e-4713-9e47-78cff76bf15d
  28. appSecret : F818B521-C320-4CF0-8CD5-FA7F1B4DFD4F
  29. apiKey : DL85JNogr4RhCLyIvCEhty2a8XSFdb0p
  30. #==================== 日志配合·标准 ============================
  31. #logging.config=classpath:logback-boot.xml
  32. logging.config=classpath\:logback.xml