EyeGW_EaiIf/src/main/resources/application.yml

70 lines
1.0 KiB
YAML

spring:
profiles:
active: default
group:
default:
- winTest
---
spring:
config:
activate:
on-profile: default
database:
db1:
datasource:
driver-class-name: com.tmax.tibero.jdbc.TbDriver
jdbcUrl: jdbc:tibero:thin:@10.200.31.1:8629:sacp
username: ueai
password: ueai
db2:
datasource:
driver-class-name: com.tmax.tibero.jdbc.TbDriver
jdbcUrl: jdbc:tibero:thin:@10.200.31.1:8629:sacp
username: uic
password: uic
state:
# 공통코드 CT001의 코드 6자리
id: LK0309 # IFToDB
# 1:Primary, 2:Secondary
type: Primary
---
spring:
config:
activate:
on-profile: real
server:
port: 18089
# root: /home/gmt/app/...
settings:
interval:
proc:
call: 10000
chk:
thread: 30000
---
spring:
config:
activate:
on-profile: winTest
server:
port: 18089
settings:
interval:
proc:
call: 10000
chk:
thread: 30000
# root: D:\Workspace\...