53 lines
1.3 KiB
YAML
Executable File
53 lines
1.3 KiB
YAML
Executable File
spring:
|
|
datasource:
|
|
url: jdbc:postgresql://192.168.2.127:15432/kamco_cds
|
|
username: kamco_cds
|
|
password: kamco_cds_Q!W@E#R$
|
|
driver-class-name: org.postgresql.Driver
|
|
hikari:
|
|
maximum-pool-size: 5
|
|
connection-timeout: 30000
|
|
idle-timeout: 600000
|
|
max-lifetime: 1800000
|
|
|
|
application:
|
|
name: make-shapefile-service
|
|
|
|
main:
|
|
web-application-type: none # Disable web server for CLI application
|
|
|
|
converter:
|
|
inference-id: D5E46F60FC40B1A8BE0CD1F3547AA6
|
|
# Optional: omit or set empty to create merged shapefile for all batch-ids
|
|
|
|
batch-ids: # Required
|
|
- 252
|
|
- 253
|
|
- 257
|
|
output-base-dir: '/kamco-nfs/model_output/export/'
|
|
#output-base-dir: '/Users/bokmin/export/'
|
|
crs: 'EPSG:5186'
|
|
|
|
geoserver:
|
|
base-url: 'https://kamco.geo-dev.gs.dabeeo.com/geoserver'
|
|
workspace: 'cd'
|
|
overwrite-existing: true
|
|
connection-timeout: 30000
|
|
read-timeout: 60000
|
|
# Credentials (optional - environment variables take precedence)
|
|
# Uncomment and set values for development convenience
|
|
# For production, use GEOSERVER_USERNAME and GEOSERVER_PASSWORD environment variables
|
|
username: 'admin'
|
|
password: 'geoserver'
|
|
|
|
logging:
|
|
level:
|
|
com.kamco.makesample: DEBUG
|
|
org.springframework: WARN
|
|
pattern:
|
|
console: '%d{yyyy-MM-dd HH:mm:ss} - %msg%n'
|
|
|
|
layer:
|
|
geoserver-url: http://label-tile.gs.dabeeo.com
|
|
workspace: cd
|