통일부 추가
This commit is contained in:
parent
3ebcaf228e
commit
7f0282be53
59
src/main/resources/application-unikorea.yml
Normal file
59
src/main/resources/application-unikorea.yml
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
# 헌법재판소 환경설정
|
||||||
|
# Service port
|
||||||
|
server:
|
||||||
|
port: 11020
|
||||||
|
servlet:
|
||||||
|
session:
|
||||||
|
timeout: 120m
|
||||||
|
cookie:
|
||||||
|
name: BASEJSP_JSESSIONID
|
||||||
|
|
||||||
|
# ssl:
|
||||||
|
# enabled: true #Spring Security를 사용하는 경우 HTTPS 요청만 허용하도록 해주는 설정
|
||||||
|
# key-store-type: PKCS12
|
||||||
|
# key-store: classpath:sslkey/STAR.keiti.re.kr.jks
|
||||||
|
# key-store-password: keiti123
|
||||||
|
# key-alias: keiti.re.kr
|
||||||
|
|
||||||
|
# JSP 설정
|
||||||
|
spring:
|
||||||
|
mvc:
|
||||||
|
view:
|
||||||
|
prefix: /WEB-INF/jsp/
|
||||||
|
suffix: .jsp
|
||||||
|
static-patn-pattern: /static/**
|
||||||
|
|
||||||
|
devtools:
|
||||||
|
livereload:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
servlet:
|
||||||
|
multipart:
|
||||||
|
max-file-size: 100MB
|
||||||
|
max-request-size: 100MB
|
||||||
|
|
||||||
|
# custom 설정
|
||||||
|
custom:
|
||||||
|
path:
|
||||||
|
phy_svy: /app/uritsm_data/svy/
|
||||||
|
loc_svy: /svy/image/
|
||||||
|
file_store: /app/uritsm_data/itsm_file_upload
|
||||||
|
auth_server: http://localhost:11000
|
||||||
|
api_server: http://localhost:11010
|
||||||
|
api_search_server: http://10.63.121.150:48381 # 검색시스템 연동
|
||||||
|
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
|
||||||
|
client : kordi
|
||||||
|
# 2026.03.12 URL 권한 체크 여부
|
||||||
|
urlAuthCheck :
|
||||||
|
# 2026.04.02 GoogleOTP 사용여부 체크
|
||||||
|
GoogleOtpUseYn :
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user