wthr-comm-server--tibero.properties 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #[logging]
  2. logging.config=conf//wthr-comm-server-logback.xml
  3. #[Application properties]
  4. process.id=EXT03
  5. process.name=Weather External Communication Server
  6. #[server config]
  7. #[server <---> operator]
  8. server.center.bind.port=6010
  9. server.center.dump=false
  10. #[ATMP]
  11. atmp.crontab = 0 15 * * * *
  12. atmp.apikey = 2y3qwo%2BwhlG6E%2BZfcyDKLMCr5Lp4gy%2BNgGuvWmgAdq7O%2Bf%2Fs4DPQz2ZD1rzDLowBq%2F6pfSi5F6UWlyM5meRiaw%3D%3D
  13. atmp.apiver = 1.3
  14. atmp.strhour = 0
  15. atmp.endhour = 23
  16. #[FRCS]
  17. frcs.crontab = 0 10 * * * *
  18. #[Database properties]
  19. #spring.datasource.hikari.driver-class-name=net.sf.log4jdbc.sql.jdbcapi.DriverSpy
  20. spring.datasource.hikari.driver-class-name=com.tmax.tibero.jdbc.TbDriver
  21. spring.datasource.hikari.jdbc-url=jdbc:tibero:thin:@100.100.10.10:8629:UTIS
  22. spring.datasource.hikari.username=itsdev
  23. spring.datasource.hikari.password=itsdev
  24. spring.datasource.hikari.jpool-name=hikari-cp
  25. spring.datasource.hikari.jmaximum-pool-size=30
  26. spring.datasource.hikari.jminimum-idle=2
  27. # FOR WEB UI: START
  28. server.shutdown=graceful
  29. server.port=8080
  30. server.error.whitelabel.enabled=true
  31. server.error.include-exception=false
  32. server.error.include-stacktrace=never
  33. spring.mvc.view.prefix=/WEB-INF/jsp/
  34. spring.mvc.view.suffix=.jsp
  35. server.servlet.session.timeout=300
  36. # FOR WEB UI: END