30 lines
743 B
YAML
30 lines
743 B
YAML
spring:
|
|
datasource:
|
|
url: jdbc:postgresql://172.16.4.56:15432/kamco_cds
|
|
username: kamco_cds
|
|
password: kamco_cds_Q!W@E#R$
|
|
driver-class-name: org.postgresql.Driver
|
|
hikari:
|
|
maximum-pool-size: 5 # cursor 1개 + 여유분. 단일 스텝이므로 많이 필요 없음
|
|
connection-timeout: 30000
|
|
idle-timeout: 600000
|
|
max-lifetime: 1800000
|
|
|
|
exporter:
|
|
inference-id: 'D5E46F60FC40B1A8BE0CD1F3547AA6'
|
|
batch-ids:
|
|
- 252
|
|
- 253
|
|
- 257
|
|
output-base-dir: '/data/model_output/export/'
|
|
crs: 'EPSG:5186'
|
|
chunk-size: 1000
|
|
fetch-size: 1000
|
|
skip-limit: 100
|
|
|
|
logging:
|
|
level:
|
|
com.kamco.shpexporter: INFO
|
|
org.springframework: WARN
|
|
pattern:
|
|
console: '%d{yyyy-MM-dd HH:mm:ss} - %msg%n' |