#[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=com.tmax.tibero.jdbc.TbDriver #spring.datasource.hikari.jdbc-url=jdbc:tibero:thin:@192.168.20.29:8629:tibero #spring.datasource.hikari.username=gmutis #spring.datasource.hikari.password=gmutis #spring.datasource.hikari.driver-class-name=oracle.jdbc.OracleDriver spring.datasource.hikari.driver-class-name=net.sf.log4jdbc.sql.jdbcapi.DriverSpy #spring.datasource.hikari.jdbc-url=jdbc:oracle:thin:@127.0.0.1:1521:HANTE spring.datasource.hikari.jdbc-url=jdbc:log4jdbc:oracle:thin:@127.0.0.1:1521:HANTE spring.datasource.hikari.username=gmutis spring.datasource.hikari.password=gmutis 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=9873 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