vmware 환경추가
This commit is contained in:
parent
c41fe264c5
commit
66869fe444
@ -1,17 +1,17 @@
|
|||||||
# Service port
|
# Service port
|
||||||
server:
|
server:
|
||||||
port: 443
|
port: 11020
|
||||||
servlet:
|
servlet:
|
||||||
session:
|
session:
|
||||||
timeout: 120m
|
timeout: 120m
|
||||||
cookie:
|
cookie:
|
||||||
name: BASEJSP_JSESSIONID
|
name: BASEJSP_JSESSIONID
|
||||||
ssl:
|
# ssl:
|
||||||
enabled: true #Spring Security를 사용하는 경우 HTTPS 요청만 허용하도록 해주는 설정
|
# enabled: true #Spring Security를 사용하는 경우 HTTPS 요청만 허용하도록 해주는 설정
|
||||||
key-store-type: PKCS12
|
# key-store-type: PKCS12
|
||||||
# key-store: classpath:sslkey/STAR.keiti.re.kr.jks
|
## key-store: classpath:sslkey/STAR.keiti.re.kr.jks
|
||||||
key-store: D:/z_temp_pro/itsm_ssk_key/STAR.keiti.re.kr.jks
|
# key-store: D:/z_temp_pro/itsm_ssk_key/STAR.keiti.re.kr.jks
|
||||||
key-store-password: keiti123
|
# key-store-password: keiti123
|
||||||
|
|
||||||
# ssl:
|
# ssl:
|
||||||
# enabled: true #Spring Security를 사용하는 경우 HTTPS 요청만 허용하도록 해주는 설정
|
# enabled: true #Spring Security를 사용하는 경우 HTTPS 요청만 허용하도록 해주는 설정
|
||||||
@ -45,7 +45,7 @@
|
|||||||
file_store: D:/z_temp_pro/itsm_file_upload
|
file_store: D:/z_temp_pro/itsm_file_upload
|
||||||
auth_server: http://localhost:11000
|
auth_server: http://localhost:11000
|
||||||
api_server: http://localhost:11010
|
api_server: http://localhost:11010
|
||||||
api_search_server: http://192.168.8.138:48381 # 검색시스쳄 연동
|
api_search_server: http://192.168.8.138:48381 # 검색시스템 연동
|
||||||
# api_search_server: http://192.168.8.138:49381
|
# api_search_server: http://192.168.8.138:49381
|
||||||
sendmail:
|
sendmail:
|
||||||
id: tW9kMpd3SiAnf3RQBOZapw==
|
id: tW9kMpd3SiAnf3RQBOZapw==
|
||||||
|
|||||||
@ -33,7 +33,7 @@
|
|||||||
auth_server: http://localhost:11000
|
auth_server: http://localhost:11000
|
||||||
api_server: http://localhost:11010
|
api_server: http://localhost:11010
|
||||||
# api_search_server: http://109.26.11.21:48381
|
# api_search_server: http://109.26.11.21:48381
|
||||||
api_search_server: http://192.168.8.138:48381
|
api_search_server: http://192.168.8.140:48381
|
||||||
sendmail:
|
sendmail:
|
||||||
id: tW9kMpd3SiAnf3RQBOZapw==
|
id: tW9kMpd3SiAnf3RQBOZapw==
|
||||||
password: Tkkj8p2PYfZ+AmpQMPLHF8ksj8vrtJouj6xczU8ShM8=
|
password: Tkkj8p2PYfZ+AmpQMPLHF8ksj8vrtJouj6xczU8ShM8=
|
||||||
@ -46,5 +46,6 @@
|
|||||||
client : vmware
|
client : vmware
|
||||||
# 2026.03.12 URL 권한 체크 여부
|
# 2026.03.12 URL 권한 체크 여부
|
||||||
urlAuthCheck :
|
urlAuthCheck :
|
||||||
# 2026.04.02 GoogleOTP 사용여부 체크
|
# 2026.04.02 GoogleOTP 사용여부 체크
|
||||||
GoogleOtpUseYn :
|
GoogleOtpUseYn :
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user