Files
eapim-portal/src/main/resources/application-gf63.yml
T
2026-01-18 19:42:59 +09:00

62 lines
1.4 KiB
YAML

server.port: '30200'
spring:
jta:
enabled: true
web:
resources:
cache:
period: 0 # 캐시 비활성화 (개발 환경)
cachecontrol:
max-age: 0
must-revalidate: true
no-cache: true
jpa:
properties:
hibernate:
show_sql: false
format_sql: true
use_sql_comments: true
devtools:
restart:
enabled: false
additional-exclude: logback*.xml
livereload:
enabled: true
thymeleaf:
cache: false
ems:
datasource:
jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/DAPM
# jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/PAPM
driver-class-name: oracle.jdbc.OracleDriver
username: EMSAPP
password: EMSAPP123!
gateway:
datasource:
jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/DAPM
# jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/PAPM
driver-class-name: oracle.jdbc.OracleDriver
username: AGWAPP
password: AGWAPP123!
portal:
logging:
log-path: d:/kjb-logs
# auth-virtual-code 제거 - gf63는 랜덤 인증번호 사용
test-auth-notice-enabled: true
proxy:
targets:
stg: http://localhost:10000/monitoring
prod: http://localhost:10000/monitoring
# stg: http://inter-ndapiap01.k-bank.com:7090/monitoring
# prod: http://inter-ndapiap01.k-bank.com:7090/monitoring
timeout:
connect: 5000
read: 5000