This is an automated email from the ASF dual-hosted git repository.

jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git


The following commit(s) were added to refs/heads/master by this push:
     new 53f0e1821 doc(server): enhance rest-server.properties comment (#2610)
53f0e1821 is described below

commit 53f0e182163f14ed07379e7335cd7df11225e046
Author: John <[email protected]>
AuthorDate: Fri Aug 2 19:14:25 2024 +0800

    doc(server): enhance rest-server.properties comment (#2610)
    
    ---------
    
    Co-authored-by: imbajin <[email protected]>
---
 .../hugegraph-dist/src/assembly/static/conf/rest-server.properties       | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/hugegraph-server/hugegraph-dist/src/assembly/static/conf/rest-server.properties
 
b/hugegraph-server/hugegraph-dist/src/assembly/static/conf/rest-server.properties
index b67905fc1..507867380 100644
--- 
a/hugegraph-server/hugegraph-dist/src/assembly/static/conf/rest-server.properties
+++ 
b/hugegraph-server/hugegraph-dist/src/assembly/static/conf/rest-server.properties
@@ -1,4 +1,5 @@
 # bind url
+# could use '0.0.0.0' or specified (real)IP to expose external network access
 restserver.url=http://127.0.0.1:8080
 # gremlin server url, need to be consistent with host and port in 
gremlin-server.yaml
 #gremlinserver.url=http://127.0.0.1:8182

Reply via email to