Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/cms.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"_help": "Listening HTTP address and port for the AWS. If you access",
"_help": "it through a proxy running on the same host you could put",
"_help": "127.0.0.1 here for additional security.",
"admin_listen_address": "0.0.0.0",
"admin_listen_address": "",
"admin_listen_port": 8889,

"_help": "Login cookie duration for admins in seconds.",
Expand Down
6 changes: 4 additions & 2 deletions config/cms.ranking.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"_help": "There is no way to put comments in a JSON file; the",
"_help": "fields starting with '_' are meant to be comments.",

"_help": "Listening address for RankingWebServer.",
"bind_address": "127.0.0.1",
"_help": "Listening address for RankingWebServer. If you access",
"_help": "it through a proxy running on the same host you could put",
"_help": "127.0.0.1 here for additional security.",
"bind_address": "",

"_help": "Listening port for RankingWebServer.",
"http_port": 8890,
Expand Down