Skip to content

Commit 1139339

Browse files
committed
application config system property support changes
1 parent f45e1b2 commit 1139339

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/resources/redis-data-cache.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#-- Redis data-cache configuration
22

3+
# - ${ENV_VARIABLE_NAME}
4+
35
#- redis hosts. ex: 127.0.0.1:6379, 127.0.0.2:6379, 127.0.0.2:6380, ....
46
redis.hosts=127.0.0.1:6379
57

0 commit comments

Comments
 (0)