Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 36e693e

Browse files
committed
fix cache error
1 parent 26bd5ff commit 36e693e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/web/WEB-INF/asset/project/projectAssets.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,7 @@ mind that some features are not implemented yet. For a full description of what
12591259
<!-- End #wrapper -->
12601260

12611261
<jsp:include page="../../includes/popups.jsp"/>
1262-
<jsp:include page="../includes/footerScripts.jsp"/>
1262+
<jsp:include page="../../includes/footerScripts.jsp"/>
12631263
</body>
12641264
<!-- End #page -->
12651265

token.properties.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ excelFile=/root/jboss-4.2.3.GA/server/default/conf/rev_sample.xlsx
7878
####################
7979
# cache.properties #
8080
####################
81-
#host_url=tc-cache:2199
81+
host_url=tc-cache:6379
8282
#cache.primary=tc-cache:8501
8383
cache_client_class=com.topcoder.web.common.cache.RedisCacheClient
8484
redis_uri=redis://tc-cache:6379

0 commit comments

Comments
 (0)