환경파일 변경
This commit is contained in:
parent
f9431842e7
commit
e715d6fa37
@ -1,6 +1,8 @@
|
|||||||
|
# URP 인프라 형상서버
|
||||||
|
|
||||||
# Service port
|
# Service port
|
||||||
# server:
|
server:
|
||||||
# port: 9002
|
port: 9002
|
||||||
|
|
||||||
# JPA 설정, JSP 설정
|
# JPA 설정, JSP 설정
|
||||||
spring:
|
spring:
|
||||||
@ -11,7 +13,7 @@
|
|||||||
# Primary db information
|
# Primary db information
|
||||||
primarydb:
|
primarydb:
|
||||||
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||||
jdbcUrl: jdbc:log4jdbc:mariadb://109.26.11.21:3306/ur_itms_db?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true
|
jdbcUrl: jdbc:log4jdbc:mariadb://109.26.11.21:3307/ur_itms_db?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true
|
||||||
username: g9IwFesTyIloXVpUnfOX0g==
|
username: g9IwFesTyIloXVpUnfOX0g==
|
||||||
password: E4SOtjDqqO79BQERc/eaTw==
|
password: E4SOtjDqqO79BQERc/eaTw==
|
||||||
maximumPoolSize: 35
|
maximumPoolSize: 35
|
||||||
@ -58,5 +60,10 @@
|
|||||||
secretKey: ncp_iam_BPKMKRIOXMe91u5YQoPjmk5WZ2A1FNEcoR
|
secretKey: ncp_iam_BPKMKRIOXMe91u5YQoPjmk5WZ2A1FNEcoR
|
||||||
friendId: 유알피-uritsm
|
friendId: 유알피-uritsm
|
||||||
api_search_server: http://109.26.11.21:48381
|
api_search_server: http://109.26.11.21:48381
|
||||||
# api_search_server: http://192.168.8.138:48381
|
# kicc 메일서버
|
||||||
|
api_kic_mail_server : http://localhost:9002
|
||||||
|
# kicc 메신저 서버
|
||||||
|
api_kic_msg_server : http://localhost:9002
|
||||||
|
api_kic_msg_key : testKey
|
||||||
|
client :
|
||||||
|
|
||||||
@ -1,3 +1,5 @@
|
|||||||
|
# 노인인력개발원
|
||||||
|
|
||||||
# Service port
|
# Service port
|
||||||
# server:
|
# server:
|
||||||
# port: 11030
|
# port: 11030
|
||||||
|
|||||||
25
src/main/resources/quartz-infra_server.properties
Normal file
25
src/main/resources/quartz-infra_server.properties
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# \ud5cc\ubc95\uc7ac\ud310\uc18c
|
||||||
|
|
||||||
|
org.quartz.scheduler.instanceName=pooney
|
||||||
|
org.quartz.scheduler.instanceId=AUTO
|
||||||
|
org.quartz.scheduler.rmi.export=false
|
||||||
|
org.quartz.scheduler.rmi.proxy=false
|
||||||
|
org.quartz.threadPool.class=org.quartz.simpl.SimpleThreadPool
|
||||||
|
org.quartz.threadPool.threadCount=3
|
||||||
|
org.quartz.context.key.QuartzTopic=QuartzPorperties
|
||||||
|
org.quartz.jobStore.class=org.quartz.impl.jdbcjobstore.JobStoreTX
|
||||||
|
org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.StdJDBCDelegate
|
||||||
|
org.quartz.jobStore.tablePrefix=QRTZ_
|
||||||
|
org.quartz.jobStore.isClustered=true
|
||||||
|
org.quartz.jobStore.clusterCheckinInterval=300000
|
||||||
|
|
||||||
|
# \uae30\ubcf8\uac12: 15000 (15\ucd08), \ubcc0\uacbd\uac12: 120000 (2\ubd84)
|
||||||
|
|
||||||
|
org.quartz.jobStore.dataSource = primarydb
|
||||||
|
org.quartz.jobStore.dataSource = pooney
|
||||||
|
org.quartz.dataSource.pooney.provider=hikaricp
|
||||||
|
org.quartz.dataSource.pooney.driver = net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||||
|
org.quartz.dataSource.pooney.URL = jdbc:log4jdbc:mariadb://109.26.11.21:3307/ur_itms_db?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true
|
||||||
|
org.quartz.dataSource.pooney.user = g9IwFesTyIloXVpUnfOX0g==
|
||||||
|
org.quartz.dataSource.pooney.password = E4SOtjDqqO79BQERc/eaTw==
|
||||||
|
org.quartz.dataSource.pooney.maxConnections = 30
|
||||||
Loading…
Reference in New Issue
Block a user