52 lines
1.1 KiB
YAML
52 lines
1.1 KiB
YAML
server.port: '30200'
|
|
|
|
spring:
|
|
jta:
|
|
enabled: true
|
|
jpa:
|
|
properties:
|
|
hibernate:
|
|
show_sql: false
|
|
format_sql: true
|
|
use_sql_comments: true
|
|
devtools:
|
|
restart:
|
|
enabled: false
|
|
livereload:
|
|
enabled: true
|
|
thymeleaf:
|
|
cache: false
|
|
|
|
ems:
|
|
datasource:
|
|
# jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/DAPM
|
|
jdbc-url: jdbc:oracle:thin:@//10.14.8.30:11521/ELINKDB
|
|
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:@//10.14.8.30:11521/ELINKDB
|
|
driver-class-name: oracle.jdbc.OracleDriver
|
|
username: AGWAPP
|
|
password: AGWAPP123!
|
|
|
|
portal:
|
|
logging:
|
|
log-path: C:\eactive\logs
|
|
auth-virtual-code: 654321
|
|
|
|
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
|