imbajin commented on code in PR #368:
URL: 
https://github.com/apache/incubator-hugegraph-doc/pull/368#discussion_r1701145188


##########
content/en/docs/config/config-guide.md:
##########


Review Comment:
   sync with CN version (could also update in hubble's doc?)



##########
content/cn/docs/config/config-guide.md:
##########
@@ -170,7 +172,7 @@ server.id=server-1
 server.role=master
 ```
 
-- restserver.url:RestServer 提供服务的 url,根据实际环境修改;
+- restserver.url:RestServer 提供服务的 url,根据实际环境修改。如果其他 IP 
地址无法访问,可以尝试修改为特定的地址;或修改为 `http://0.0.0.0:8080` 来监听来自任何 IP 
地址的请求,这种方案较为便捷,但安全性有所缺失;

Review Comment:
   无需携带端口, 或者 http/https, 只和 ip 有关 
   
   另外"安全性有所缺失" -> "需要留意服务可被访问的网络范围"



##########
content/cn/docs/config/config-guide.md:
##########
@@ -154,6 +154,8 @@ rest-server.properties 文件的默认内容如下:
 
 ```properties
 # 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:
   same with server



-- 
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]

Reply via email to