SunnyBoy-WYH commented on code in PR #2429:
URL:
https://github.com/apache/incubator-hugegraph/pull/2429#discussion_r1505292186
##########
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:
the context you can see the introduction about this issue. i think 0.0.0.0
means any ip, and arthas will set default password, sometime the ci failed.
why prefer localhost not 127.0.0.1? the config item provided by arthas named
'arthas.ip',im not sure localhost as a domain will work.
--
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]