imbajin commented on code in PR #2610: URL: https://github.com/apache/incubator-hugegraph/pull/2610#discussion_r1701144041
########## hugegraph-server/hugegraph-dist/src/assembly/static/conf/rest-server.properties: ########## @@ -1,4 +1,6 @@ # bind url +# http://0.0.0.0:8080 to listen all network interfaces, but need to take care of security +# or listen to specific IP with port Review Comment: ```suggestion # could use '0.0.0.0' or specified (real)IP to expose external network access ``` -- 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]
