-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yml
51 lines (51 loc) · 1002 Bytes
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
aerospike:
host: "127.0.0.1"
port: 3000
connectionQueueSize: 300
limitConnectionsToQueueSize: true
clusterName: ""
maxConnectAttempts: 5
maxConnectRetryTimeMs: 5000
connectRetrySleepMs: 500
policies:
base:
timeoutMs:
connect: 1000
idle: 55000
login: 1000
read:
timeoutMs:
socket: 1000
total: 5000
sleepBetweenRetries: 500
maxRetries: 5
write:
timeoutMs:
socket: 1000
total: 5000
sleepBetweenRetries: 500
maxRetries: 5
scan:
timeoutMs:
socket: 1000
total: 5000
sleepBetweenRetries: 500
maxRetries: 5
query:
timeoutMs:
socket: 1000
total: 5000
sleepBetweenRetries: 500
maxRetries: 5
info:
timeoutMs: 1000
security:
username: ""
password: ""
authModeExternal: false
tls:
caFile: ""
certFile: ""
keyFile: ""
serverName: ""
insecureSkipVerify: true