forked from hugegraph/hugegraph-sync
29 lines
709 B
Properties
29 lines
709 B
Properties
# bind url
|
|
restserver.url=http://127.0.0.1:8081
|
|
# gremlin server url, need to be consistent with host and port in gremlin-server.yaml
|
|
gremlinserver.url=http://127.0.0.1:8181
|
|
|
|
graphs=./conf/graphs
|
|
|
|
# configuration of arthas
|
|
arthas.telnet_port=8562
|
|
arthas.http_port=8561
|
|
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=8091
|
|
|
|
# lightweight load balancing (beta)
|
|
server.id=server-1
|
|
server.role=master
|
|
|
|
# slow query log
|
|
log.slow_query_threshold=1000
|