Skip to content

Commit 9543b2c

Browse files
authored
Have ranking listen on localhost by default (#1304)
1 parent df9a5fa commit 9543b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/cms.ranking.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"_help": "fields starting with '_' are meant to be comments.",
44

55
"_help": "Listening address for RankingWebServer.",
6-
"bind_address": "",
6+
"bind_address": "127.0.0.1",
77

88
"_help": "Listening port for RankingWebServer.",
99
"http_port": 8890,

0 commit comments

Comments
 (0)