Skip to content

Commit 486d838

Browse files
authored
fix: Change default http host. (#1228)
1 parent 860b639 commit 486d838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jicofo-selector/src/main/resources/reference.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ jicofo {
361361
rest {
362362
enabled = true
363363
port = 8888
364-
host = "0.0.0.0"
364+
host = "127.0.0.1"
365365

366366
prometheus {
367367
// Enable the prometheus /metrics endpoint.

0 commit comments

Comments
 (0)