sso jsp config

This commit is contained in:
Rinjae
2025-11-27 13:51:00 +09:00
parent e339d21c37
commit f7bb6972bf
+3 -3
View File
@@ -19,9 +19,9 @@
/***[SERVICE CONFIGURATION]***********************************************************************/
private String SERVICE_NAME = "Web";
private String SERVER_URL = "http://test.kjbank.com";
private String SERVER_PORT = "8080";
private String ASCP_URL = SERVER_URL + ":" + SERVER_PORT + "/se/login_exec.jsp";
private String SERVER_URL = "http://manage-eapim-local.kjbank.com";
private String SERVER_PORT = "30100";
private String ASCP_URL = SERVER_URL + ":" + SERVER_PORT + "/monitoring/sso/login_exec.jsp";
/*************************************************************************************************/