mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 01:47:08 +09:00
71 lines
1.9 KiB
YAML
71 lines
1.9 KiB
YAML
spring:
|
|
datasource-db1:
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
jdbc-url: jdbc:mysql://dev-msghubez-db.cluster-chhh2ppdeksu.ap-northeast-2.rds.amazonaws.com:3306?serverTimezone=UTC&characterEncoding=UTF-8
|
|
username: hubez_admin
|
|
password: ENC(KujgLXvYG1ZD0bT9ec6I3Ld/xV25JmyX)
|
|
hikari:
|
|
pool-name: hikari-cp
|
|
maximum-pool-size: 30
|
|
minimum-idle: 5
|
|
connection-timeout: 5000
|
|
connection-init-sql: SELECT 1
|
|
validation-timeout: 2000
|
|
idle-timeout: 600000
|
|
max-lifetime: 1800000
|
|
datasource-db2:
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
jdbc-url: jdbc:mysql://dev-msghubez-db.cluster-chhh2ppdeksu.ap-northeast-2.rds.amazonaws.com:3306?serverTimezone=UTC&characterEncoding=UTF-8
|
|
username: hubez_admin
|
|
password: ENC(KujgLXvYG1ZD0bT9ec6I3Ld/xV25JmyX)
|
|
hikari:
|
|
pool-name: hikari-cp
|
|
maximum-pool-size: 30
|
|
minimum-idle: 5
|
|
connection-timeout: 5000
|
|
connection-init-sql: SELECT 1
|
|
validation-timeout: 2000
|
|
idle-timeout: 600000
|
|
max-lifetime: 1800000
|
|
|
|
schedule:
|
|
sample:
|
|
init: 60000
|
|
|
|
# 2차인증 제외 ID목록.
|
|
authentication:
|
|
without:
|
|
id: superadminuser,jambler01,jambler02,jambler03,jambler04,jambler05,jambler06
|
|
|
|
mail:
|
|
from: msghubez@lguplus.co.kr
|
|
templeteCode: E0005
|
|
|
|
msghubez:
|
|
homepage-url: https://mhez-dev.uplus.co.kr
|
|
api-url: https://api-int.mhez-dev.uplus.co.kr
|
|
applicationId: EZ_ADMIN
|
|
uri:
|
|
sendTemplateMail: /api/v1/fo/sendTemplateMail
|
|
homepageLogin: /auth/bo
|
|
authKey: "bohubez!@#$%"
|
|
|
|
testId:
|
|
prodCd: LPZ0045389
|
|
rpsnBday: 19800101
|
|
brno: 1234567890
|
|
cono: 9876543210987
|
|
zipCd: 04389
|
|
badr: 서울특별시 용산구 한강대로 32
|
|
dadr: 0층
|
|
cmpyNm: 임시회사
|
|
paymMthd: 2
|
|
custTyCd: GC
|
|
|
|
file-resource:
|
|
info:
|
|
sendNumber:
|
|
path: /efs/admin/sendNumber/
|
|
|
|
sendMsg:
|
|
tableNm: EZ_MSG_REAL |