Browse Source

[5175] Updated http-host in the agent's example config file.

Marcin Siodelski 8 years ago
parent
commit
1ae4d3f0c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/examples/agent/simple.json

+ 1 - 1
doc/examples/agent/simple.json

@@ -6,7 +6,7 @@
 	// We need to specify where the agent should listen to incoming HTTP
 	// queries. Note that agent does not provide SSL or TLS protection
 	// on its own, so limiting the traffic to localhost is a good idea.
-	"http-host": "localhost",
+	"http-host": "127.0.0.1",
 
 	// Another mandatory parameter is the HTTP port.
 	"http-port": 8000,