Skip to content

Commit

Permalink
Update rest-server.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
MingzhenHan authored Oct 15, 2024
1 parent 9d09e81 commit 1b18a39
Showing 1 changed file with 4 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,21 @@ restserver.url=http://127.0.0.1:8080

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'
# authentication configs (set org.apache.hugegraph.auth.StandardAuthenticator to enable)
#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=[]
# 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

# rpc server configs for multi graph-servers or raft-servers
rpc.server_host=127.0.0.1
Expand Down

0 comments on commit 1b18a39

Please sign in to comment.