125 lines
2.7 KiB
YAML
125 lines
2.7 KiB
YAML
|
spring:
|
||
|
profiles:
|
||
|
active: default
|
||
|
group:
|
||
|
default:
|
||
|
- winTest
|
||
|
|
||
|
---
|
||
|
spring:
|
||
|
config:
|
||
|
activate:
|
||
|
on-profile: default
|
||
|
|
||
|
server:
|
||
|
port: 18083
|
||
|
|
||
|
rest:
|
||
|
service:
|
||
|
queueCount: 3
|
||
|
serviceCount: 5000
|
||
|
clearQ:
|
||
|
maxCount: 20000 # 1만건
|
||
|
diffTime: 10000 # 10 sec
|
||
|
clearTime: 60000 # milli-Sec, 1분
|
||
|
|
||
|
state:
|
||
|
# 공통코드 CT001의 코드 6자리
|
||
|
id: IC0302 # 주기장 상태 분석
|
||
|
# 1:Primary, 2:Secondary
|
||
|
type: Primary
|
||
|
|
||
|
---
|
||
|
spring:
|
||
|
config:
|
||
|
activate:
|
||
|
on-profile: real
|
||
|
|
||
|
root: /home/gmt/app/EyeGW_AsdeRecv
|
||
|
|
||
|
state:
|
||
|
# 공통코드 CT001의 코드 6자리
|
||
|
id: IC0302 # 주기장 상태 분석
|
||
|
# 1:Primary, 2:Secondary
|
||
|
type: Primary
|
||
|
|
||
|
---
|
||
|
spring:
|
||
|
config:
|
||
|
activate:
|
||
|
on-profile: winTest
|
||
|
|
||
|
root: D:\Workspace\Odroid_repository\EyeGW_Dev
|
||
|
|
||
|
state:
|
||
|
# 공통코드 CT001의 코드 6자리
|
||
|
id: IC0302 # 주기장 상태 분석
|
||
|
# 1:Primary, 2:Secondary
|
||
|
type: Primary
|
||
|
|
||
|
database:
|
||
|
db1:
|
||
|
datasource:
|
||
|
driver-class-name: com.tmax.tibero.jdbc.TbDriver
|
||
|
jdbcUrl: jdbc:tibero:thin:@10.200.31.4:8629:sacp
|
||
|
username: ucm
|
||
|
password: ucm
|
||
|
db2:
|
||
|
datasource:
|
||
|
driver-class-name: com.tmax.tibero.jdbc.TbDriver
|
||
|
jdbcUrl: jdbc:tibero:thin:@10.200.31.4:8629:sacp
|
||
|
username: uic
|
||
|
password: uic
|
||
|
|
||
|
kafka:
|
||
|
settings:
|
||
|
bootstrapAddress: 10.200.31.6:9091,10.200.31.8:9091,10.200.31.142:9091
|
||
|
consumer:
|
||
|
group-id: EyeANA_StandStatus
|
||
|
producer:
|
||
|
key-serializer: org.apache.kafka.common.serialization.StringSerializer
|
||
|
value-serializer: org.springframework.kafka.support.serializer.JsonSerializer
|
||
|
message:
|
||
|
topic:
|
||
|
recv:
|
||
|
video: ai.analyze.video
|
||
|
send:
|
||
|
sttus: ic.analyze.stand.status
|
||
|
alarm: ic.analyze.alarm
|
||
|
---
|
||
|
spring:
|
||
|
config:
|
||
|
activate:
|
||
|
on-profile: devServer
|
||
|
|
||
|
root: D:\Workspace\Odroid_repository\EyeGW_Dev
|
||
|
|
||
|
database:
|
||
|
db1:
|
||
|
datasource:
|
||
|
driver-class-name: com.tmax.tibero.jdbc.TbDriver
|
||
|
jdbcUrl: jdbc:tibero:thin:@118.220.143.174:18629:SACP_T_DB
|
||
|
username: ucm
|
||
|
password: ucm
|
||
|
db2:
|
||
|
datasource:
|
||
|
driver-class-name: com.tmax.tibero.jdbc.TbDriver
|
||
|
jdbcUrl: jdbc:tibero:thin:@118.220.143.174:18629:SACP_T_DB
|
||
|
username: uic
|
||
|
password: uic
|
||
|
|
||
|
kafka:
|
||
|
settings:
|
||
|
bootstrapAddress: 118.220.143.175:9091,118.220.143.176:9091,118.220.143.176:9092
|
||
|
consumer:
|
||
|
group-id: EyeANA_StandStatus
|
||
|
producer:
|
||
|
key-serializer: org.apache.kafka.common.serialization.StringSerializer
|
||
|
value-serializer: org.springframework.kafka.support.serializer.JsonSerializer
|
||
|
message:
|
||
|
topic:
|
||
|
recv:
|
||
|
video: ai.analyze.video
|
||
|
send:
|
||
|
sttus: ic.analyze.stand.status
|
||
|
alarm: ic.analyze.alarm
|