Skip to content

Commit 1b18a39

Browse files
authored
Update rest-server.properties
1 parent 9d09e81 commit 1b18a39

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

hugegraph-server/hugegraph-dist/src/assembly/static/conf/rest-server.properties

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,21 @@ restserver.url=http://127.0.0.1:8080
77

88
graphs=./conf/graphs
99

10-
# The maximum thread ratio for batch writing, only take effect if the batch.max_write_threads is 0
11-
batch.max_write_ratio=80
12-
batch.max_write_threads=0
13-
1410
# configuration of arthas
1511
arthas.telnet_port=8562
1612
arthas.http_port=8561
1713
arthas.ip=127.0.0.1
1814
arthas.disabled_commands=jad
1915

20-
# authentication configs
21-
# choose 'org.apache.hugegraph.auth.StandardAuthenticator' or
22-
# 'org.apache.hugegraph.auth.ConfigAuthenticator'
16+
# authentication configs (set org.apache.hugegraph.auth.StandardAuthenticator to enable)
2317
#auth.authenticator=
24-
25-
# for StandardAuthenticator mode
2618
#auth.graph_store=hugegraph
2719
# auth client config
2820
#auth.remote_url=127.0.0.1:8899,127.0.0.1:8898,127.0.0.1:8897
2921

30-
# for ConfigAuthenticator mode
31-
#auth.admin_token=
32-
#auth.user_tokens=[]
22+
# The maximum thread ratio for batch writing, only take effect if the batch.max_write_threads is 0
23+
batch.max_write_ratio=80
24+
batch.max_write_threads=0
3325

3426
# rpc server configs for multi graph-servers or raft-servers
3527
rpc.server_host=127.0.0.1

0 commit comments

Comments
 (0)