Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit 5e74781

Browse files
committed
Updated application.conf for memcached locatin
1 parent fc9e5d7 commit 5e74781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/application.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ memcached=enabled
136136

137137
# Specify memcached host (default to 127.0.0.1:11211)
138138
memcached.host=127.0.0.1:11211
139-
%prod.memcached.host=${MEMCACHE_SERVERS}
139+
%prod.memcached.host=${MEMCACHE_SERVERS}:11211
140140

141141
# Or you can specify multiple host to build a distributed cache
142142
# memcached.1.host=127.0.0.1:11211

0 commit comments

Comments
 (0)