40 lines
945 B
YAML
40 lines
945 B
YAML
# Service port
|
|
server:
|
|
port: 11020
|
|
servlet:
|
|
session:
|
|
timeout: 120m
|
|
cookie:
|
|
name: BASEJSP_JSESSIONID
|
|
|
|
# JSP 설정
|
|
spring:
|
|
mvc:
|
|
view:
|
|
prefix: /WEB-INF/jsp/
|
|
suffix: .jsp
|
|
static-patn-pattern: /static/**
|
|
|
|
devtools:
|
|
livereload:
|
|
enabled: true
|
|
|
|
# custom 설정
|
|
custom:
|
|
path:
|
|
phy_svy: D:/z_temp_pro/itsm_exec/svy/
|
|
loc_svy: /svy/image/
|
|
file_store: D:/z_temp_pro/itsm_exec/itsm_file_upload
|
|
auth_server: http://localhost:11000
|
|
api_server: http://localhost:11010
|
|
sendmail:
|
|
id: tW9kMpd3SiAnf3RQBOZapw==
|
|
password: Tkkj8p2PYfZ+AmpQMPLHF8ksj8vrtJouj6xczU8ShM8=
|
|
port: 587
|
|
host: smtp.gmail.com
|
|
sendEmail: hhjj0701@gmail.com
|
|
senderName: 나혁제
|
|
socketFactory-class: javax.net.ssl.SSLSocketFactory
|
|
supplier: gmail.com
|
|
|
|
|