imbajin commented on code in PR #2429:
URL:
https://github.com/apache/incubator-hugegraph/pull/2429#discussion_r1505262070
##########
hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/config/ServerOptions.java:
##########
@@ -294,7 +294,7 @@ public static synchronized ServerOptions instance() {
"arthas.ip",
"The IP provided by Arthas, it can be accessible from the
outside.",
disallowEmpty(),
- "0.0.0.0"
+ "127.0.0.1"
Review Comment:
any context for it? change the IP to localhost
##########
hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/config/ServerOptions.java:
##########
@@ -294,7 +294,7 @@ public static synchronized ServerOptions instance() {
"arthas.ip",
"The IP provided by Arthas, it can be accessible from the
outside.",
disallowEmpty(),
- "0.0.0.0"
+ "127.0.0.1"
Review Comment:
any context for it (change the IP to localhost)?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]