forked from hugegraph/hugegraph-sync
26 lines
661 B
Properties
26 lines
661 B
Properties
# bind url
|
|
restserver.url=http://127.0.0.1:8083
|
|
# gremlin server url, need to be consistent with host and port in gremlin-server.yaml
|
|
gremlinserver.url=http://127.0.0.1:8183
|
|
|
|
graphs=./conf/graphs
|
|
|
|
# configuration of arthas
|
|
arthas.telnet_port=8582
|
|
arthas.http_port=8581
|
|
arthas.ip=127.0.0.1
|
|
arthas.disabled_commands=jad
|
|
|
|
# authentication configs
|
|
# choose 'org.apache.hugegraph.auth.StandardAuthenticator' or
|
|
# 'org.apache.hugegraph.auth.ConfigAuthenticator'
|
|
#auth.authenticator=
|
|
|
|
# rpc server configs for multi graph-servers or raft-servers
|
|
rpc.server_host=127.0.0.1
|
|
rpc.server_port=8093
|
|
|
|
# lightweight load balancing (beta)
|
|
server.id=server-3
|
|
server.role=worker
|