- - ">Start New + Start New
diff --git a/conf/ApplicationServer.properties b/conf/ApplicationServer.properties
index eb2ea5f6b..76c7d20a5 100644
--- a/conf/ApplicationServer.properties
+++ b/conf/ApplicationServer.properties
@@ -45,4 +45,6 @@ SSO_HASH_SECRET = @ApplicationServer.SSO_HASH_SECRET@
SSO_DOMAIN = @ApplicationServer.SSO_DOMAIN@
JWT_V3_COOKIE_KEY = @ApplicationServer.JWT_V3_COOKIE_KEY@
-JWT_COOKIE_KEY = @ApplicationServer.JWT_COOKIE_KEY@
\ No newline at end of file
+JWT_COOKIE_KEY = @ApplicationServer.JWT_COOKIE_KEY@
+
+TOPCODER_CONNECT_URL=@TopcoderConnectUrl@
\ No newline at end of file
diff --git a/src/java/main/com/topcoder/direct/services/configs/ServerConfiguration.java b/src/java/main/com/topcoder/direct/services/configs/ServerConfiguration.java
index b678e1b92..4fef7be92 100644
--- a/src/java/main/com/topcoder/direct/services/configs/ServerConfiguration.java
+++ b/src/java/main/com/topcoder/direct/services/configs/ServerConfiguration.java
@@ -58,4 +58,9 @@ public class ServerConfiguration extends ApplicationServer {
public static String JWT_V3_COOKIE_KEY = bundle.getProperty("JWT_V3_COOKIE_KEY", "v3jwt");
public static String JWT_COOKIE_KEY = bundle.getProperty("JWT_COOKIE_KEY", "tcjwt");
+
+ /**
+ * The Topcoder Connect URL
+ */
+ public static String TOPCODER_CONNECT_URL = bundle.getProperty("TOPCODER_CONNECT_URL", "https://connect.topcoder.com");
}
diff --git a/src/web/WEB-INF/includes/newHeader.jsp b/src/web/WEB-INF/includes/newHeader.jsp
index d7d66878f..d818ec6fc 100644
--- a/src/web/WEB-INF/includes/newHeader.jsp
+++ b/src/web/WEB-INF/includes/newHeader.jsp
@@ -25,15 +25,17 @@
-
- Version 1.7 (TOPCODER - REMOVE TASKS TAB IN DIRECT APP)
- - Remove tasks tab
- -
- - Version 1.4 (Quick72Hrs!! Topcoder - Remove VM Management Feature In Direct App version 1.0)
- - remove the vm related things
+ -
+ - Version 1.4 (Quick72Hrs!! Topcoder - Remove VM Management Feature In Direct App version 1.0)
+ - remove the vm related things
-
- Description: The new cockpit header and navigation.
--%>
<%@ page import="com.topcoder.direct.services.configs.ServerConfiguration" %>
<%@ include file="/WEB-INF/includes/taglibs.jsp" %>
+