1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- #[logging]
- logging.config=conf//wthr-comm-server-logback.xml
- #[Application properties]
- process.id=EXT03
- process.name=Weather External Communication Server
- #[server config]
- #[server <---> operator]
- server.center.bind.port=6010
- server.center.dump=false
- #[ATMP]
- atmp.crontab = 0 15 * * * *
- atmp.apikey = 2y3qwo%2BwhlG6E%2BZfcyDKLMCr5Lp4gy%2BNgGuvWmgAdq7O%2Bf%2Fs4DPQz2ZD1rzDLowBq%2F6pfSi5F6UWlyM5meRiaw%3D%3D
- atmp.apiver = 1.3
- atmp.strhour = 0
- atmp.endhour = 23
- #[FRCS]
- frcs.crontab = 0 10 * * * *
- #[Database properties]
- #spring.datasource.hikari.driver-class-name=net.sf.log4jdbc.sql.jdbcapi.DriverSpy
- spring.datasource.hikari.driver-class-name=com.tmax.tibero.jdbc.TbDriver
- spring.datasource.hikari.jdbc-url=jdbc:tibero:thin:@100.100.10.10:8629:UTIS
- spring.datasource.hikari.username=itsdev
- spring.datasource.hikari.password=itsdev
- spring.datasource.hikari.jpool-name=hikari-cp
- spring.datasource.hikari.jmaximum-pool-size=30
- spring.datasource.hikari.jminimum-idle=2
- # FOR WEB UI: START
- server.shutdown=graceful
- server.port=8080
- server.error.whitelabel.enabled=true
- server.error.include-exception=false
- server.error.include-stacktrace=never
- spring.mvc.view.prefix=/WEB-INF/jsp/
- spring.mvc.view.suffix=.jsp
- server.servlet.session.timeout=300
- # FOR WEB UI: END
|