forked from hugegraph/hugegraph-sync
55 lines
1.5 KiB
Properties
55 lines
1.5 KiB
Properties
# 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
|
|
|
|
graphs=./conf/graphs
|
|
|
|
# The maximum thread ratio for batch writing, only take effect if the batch.max_write_threads is 0
|
|
batch.max_write_ratio=80
|
|
batch.max_write_threads=0
|
|
|
|
# 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=
|
|
|
|
# for StandardAuthenticator mode
|
|
#auth.graph_store=hugegraph
|
|
# auth client config
|
|
#auth.remote_url=127.0.0.1:8899,127.0.0.1:8898,127.0.0.1:8897
|
|
|
|
# for ConfigAuthenticator mode
|
|
#auth.admin_token=
|
|
#auth.user_tokens=[]
|
|
|
|
# rpc server configs for multi graph-servers or raft-servers
|
|
rpc.server_host=127.0.0.1
|
|
rpc.server_port=8091
|
|
#rpc.server_timeout=30
|
|
|
|
# rpc client configs (like enable to keep cache consistency)
|
|
#rpc.remote_url=127.0.0.1:8091,127.0.0.1:8092,127.0.0.1:8093
|
|
#rpc.client_connect_timeout=20
|
|
#rpc.client_reconnect_period=10
|
|
#rpc.client_read_timeout=40
|
|
#rpc.client_retries=3
|
|
#rpc.client_load_balancer=consistentHash
|
|
|
|
# raft group initial peers
|
|
#raft.group_peers=127.0.0.1:8091,127.0.0.1:8092,127.0.0.1:8093
|
|
|
|
# lightweight load balancing (beta)
|
|
server.id=server-1
|
|
server.role=master
|
|
|
|
# slow query log
|
|
log.slow_query_threshold=1000
|