81 lines
1.8 KiB
YAML
81 lines
1.8 KiB
YAML
|
server:
|
||
|
port: 8090
|
||
|
|
||
|
spring:
|
||
|
#main:
|
||
|
#web-application-type: none
|
||
|
db:
|
||
|
#db-type:oracle,mariadb(other - coding more!)
|
||
|
#db-type: oracle
|
||
|
batch-insert-size: 1000
|
||
|
datasource:
|
||
|
jdbc-url: jdbc:tibero:thin:@10.200.31.1:8629:sacp
|
||
|
driver-class-name: com.tmax.tibero.jdbc.TbDriver
|
||
|
username: UIC
|
||
|
password: UIC
|
||
|
connectionTimeout: 5000
|
||
|
maxLifetime: 30000
|
||
|
|
||
|
|
||
|
client:
|
||
|
server:
|
||
|
ip: 127.0.0.1
|
||
|
port: 8030
|
||
|
reconn-time-sec: 5
|
||
|
queue-count: 1000000
|
||
|
|
||
|
selep-time-ms:
|
||
|
parse-target: 50
|
||
|
target-manage: 1
|
||
|
data-insert: 50
|
||
|
sql-logger: 50
|
||
|
|
||
|
|
||
|
dynamic-dedupl:
|
||
|
set-size: 50000
|
||
|
set-remove-unit-size: 5000
|
||
|
|
||
|
|
||
|
process:
|
||
|
#count-log-cron: 0 0/1 * 1/1 * *
|
||
|
#count-log-cron: 0/10 * * 1/1 * *
|
||
|
queue-chunk-size: 1000
|
||
|
# 매일 오전 9시부터 오후7시까지 1분마다 실행
|
||
|
# rest api 호출 스케줄러
|
||
|
rest-cron: 0/10 * * * * *
|
||
|
# 파일 백업 스케쥴러 시간
|
||
|
file-backup-cron: 0 0/10 * * * *
|
||
|
# 파일 생성 스케쥴러 시간
|
||
|
file-make-cron: 0 0/10 * * * *
|
||
|
# 파일 백업 스케쥴러 시간
|
||
|
data-backup-cron: 0 0/10 * * * *
|
||
|
# 파일 생성 스케쥴러 시간
|
||
|
data-make-cron: 0 0/10 * * * *
|
||
|
|
||
|
|
||
|
marine-area:
|
||
|
file-path: ./data/marine_area.xml
|
||
|
|
||
|
|
||
|
flag:
|
||
|
database: false
|
||
|
datafile: true #logstash data log file
|
||
|
file: false #rest api log file
|
||
|
|
||
|
file-zip-path: ./logs/file
|
||
|
file-zip-bak-path: ./logs/backup
|
||
|
file-make-time: 10
|
||
|
|
||
|
data-zip-path: ./logs/data
|
||
|
data-zip-bak-path: ./logs/databackup
|
||
|
data-make-time: 10
|
||
|
|
||
|
rest:
|
||
|
server:
|
||
|
ip: 10.200.31.110
|
||
|
port: 30000
|
||
|
path: /meta/obj
|
||
|
|
||
|
classification: 1 #이중화되어 있는 서버의 Index
|
||
|
swclassification: 2 #sw구분 ai_location
|
||
|
logclassification: 1 #log구분
|