File tree 1 file changed +4
-12
lines changed
hugegraph-server/hugegraph-dist/src/assembly/static/conf 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -7,29 +7,21 @@ restserver.url=http://127.0.0.1:8080
7
7
8
8
graphs =./conf/graphs
9
9
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
-
14
10
# configuration of arthas
15
11
arthas.telnet_port =8562
16
12
arthas.http_port =8561
17
13
arthas.ip =127.0.0.1
18
14
arthas.disabled_commands =jad
19
15
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)
23
17
# auth.authenticator=
24
-
25
- # for StandardAuthenticator mode
26
18
# auth.graph_store=hugegraph
27
19
# auth client config
28
20
# auth.remote_url=127.0.0.1:8899,127.0.0.1:8898,127.0.0.1:8897
29
21
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
33
25
34
26
# rpc server configs for multi graph-servers or raft-servers
35
27
rpc.server_host =127.0.0.1
You can’t perform that action at this time.
0 commit comments