forked from hugegraph/hugegraph-sync
doc(server): enhance rest-server.properties comment (#2610)
--------- Co-authored-by: imbajin <jin@apache.org>
This commit is contained in:
parent
3427f42b81
commit
53f0e18216
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue