doc(server): enhance rest-server.properties comment (#2610)

---------

Co-authored-by: imbajin <jin@apache.org>
This commit is contained in:
John 2024-08-02 19:14:25 +08:00 committed by GitHub
parent 3427f42b81
commit 53f0e18216
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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