EyeGW_Starter/src/main/resources/application.yml

55 lines
1.1 KiB
YAML

spring:
profiles:
active: default
group:
default:
- winTest
---
spring:
config:
activate:
on-profile: default
server:
port: 18082
tomcat:
# accept-count: 0
# threads:
# max: 1 # 1이상인경우 Queue데이터 rest서비스할때 비정상 처리될 수 있음.
# keep-alive-timeout: 0 # Default: connectionTimeout = 60000(60s), 0이상인경우 비정상 처리됨
# max-keep-alive-requests: 0 # Default: 100, 0이상인경우 rest 서비스 속도 느려짐
# # max-connections: 3 # Default: 8192
accesslog:
directory: ${root}/wasLog/
enabled: true
file-date-format: .yyyy-MM-dd
max-days: 14
pattern: '%h %l %u %t "%r" %s %b %D'
prefix: was_access
rotate: true
suffix: .log
---
spring:
config:
activate:
on-profile: real
root: /home/gmt/app/EyeGW_AsdeRecv
---
spring:
config:
activate:
on-profile: winTest
root: D:\Workspace\Odroid_repository\EyeGW_CompDev
state:
# 공통코드 CT001의 코드 6자리
id: DT0201
# 1:Primary, 2:Secondary
type: Secondary