EyeTSS/cctv/src/main/resources/application.yml

86 lines
2.2 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:@118.220.143.174:18629:SACP_T_DB
jdbc-url: jdbc:tibero:thin:@10.200.31.4:8629:sacp #공항
driver-class-name: com.tmax.tibero.jdbc.TbDriver
username: UTRACK
password: UTRACK
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 0/1 * * * *
# 파일 백업 스케쥴러 시간
file-backup-cron: 0 0/10 * * * *
# 파일 생성 스케쥴러 시간
file-make-cron: 0 0/10 * * * *
# 파일 백업 스케쥴러 시간
data-backup-cron: 0 0/10 * * * *
# 파일 생성 스케쥴러 시간
data-make-cron: 0 0/10 * * * *
# 스레드 상태 체크 스케줄러
status-check-cron: 0/10 * * * * *
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
kafka:
#bootstrapServers: http://118.220.143.175:9091,http://118.220.143.176:9091,http://118.220.143.176:9092
bootstrapServers: http://10.200.31.6:9091,http://10.200.31.8:9091,http://10.200.31.142:9091 #공항
topic: ai.analyze.location
classification: 1 #이중화되어 있는 서버의 Index
swclassification: 2 #sw구분 cctv(ai_location)
logclassification: 1 #log구분
state:
# 공통코드 CT001의 코드 6자리
id: AI0202 # 영상메타데이터
# 1:Primary, 2:Secondary
type: Primary