Skip to content

Commit 47232e7

Browse files
committed
add additional-spring-configuration-metadata.json
1 parent 42c58d6 commit 47232e7

File tree

1 file changed

+112
-0
lines changed

1 file changed

+112
-0
lines changed
Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
{
2+
"properties": [
3+
{
4+
"name": "api.boot.mongo.settings.socket.connect-timeout-milli-seconds",
5+
"description": "Socket connect timeout milliseconds.",
6+
"defaultValue": 10000
7+
},
8+
{
9+
"name": "api.boot.mongo.settings.socket.read-timeout-milli-seconds",
10+
"description": "Socket read timeout milliseconds.",
11+
"defaultValue": 10000
12+
},
13+
{
14+
"name": "api.boot.mongo.settings.socket.receive-buffer-size",
15+
"description": "Socket receive buffer size."
16+
},
17+
{
18+
"name": "api.boot.mongo.settings.socket.send-buffer-size",
19+
"description": "Socket send buffer size."
20+
},
21+
{
22+
"name": "api.boot.mongo.settings.heartbeat-socket.connect-timeout-milli-seconds",
23+
"description": "Heartbeat socket connect timeout milliseconds.",
24+
"defaultValue": 10000
25+
},
26+
{
27+
"name": "api.boot.mongo.settings.heartbeat-socket.read-timeout-milli-seconds",
28+
"description": "Heartbeat socket read timeout milliseconds.",
29+
"defaultValue": 10000
30+
},
31+
{
32+
"name": "api.boot.mongo.settings.heartbeat-socket.receive-buffer-size",
33+
"description": "Heartbeat socket Receive buffer size."
34+
},
35+
{
36+
"name": "api.boot.mongo.settings.heartbeat-socket.send-buffer-size",
37+
"description": "Heartbeat socket send buffer size."
38+
},
39+
{
40+
"name": "api.boot.mongo.settings.connection-pool.max-size",
41+
"description": "The maximum number of connections allowed.",
42+
"defaultValue": 100
43+
},
44+
{
45+
"name": "api.boot.mongo.settings.connection-pool.min-size",
46+
"description": "The minimum number of connections."
47+
},
48+
{
49+
"name": "api.boot.mongo.settings.connection-pool.max-wait-time-milli-seconds",
50+
"description": "The maximum time that a thread may wait for a connection to become available.",
51+
"defaultValue": 120000
52+
},
53+
{
54+
"name": "api.boot.mongo.settings.connection-pool.max-connection-life-time-milli-seconds",
55+
"description": "The maximum time a pooled connection can live for."
56+
},
57+
{
58+
"name": "api.boot.mongo.settings.connection-pool.max-connection-idle-time-milli-seconds",
59+
"description": "The maximum time a pooled connection can live for."
60+
},
61+
{
62+
"name": "api.boot.mongo.settings.connection-pool.maintenance-initial-delay-milli-seconds",
63+
"description": "The period of time to wait before running the first maintenance job on the connection pool."
64+
},
65+
{
66+
"name": "api.boot.mongo.settings.connection-pool.maintenance-frequency-milli-seconds",
67+
"description": "The time period between runs of the maintenance job.",
68+
"defaultValue": 3600000
69+
},
70+
{
71+
"name": "api.boot.mongo.settings.server.heartbeat-frequency-milli-seconds",
72+
"description": "Sets the frequency that the cluster monitor attempts to reach each server.",
73+
"defaultValue": 10000
74+
},
75+
{
76+
"name": "api.boot.mongo.settings.server.min-heartbeat-frequency-milli-seconds",
77+
"description": "Sets the minimum heartbeat frequency.",
78+
"defaultValue": 500
79+
},
80+
{
81+
"name": "api.boot.mongo.settings.cluster.mode",
82+
"description": "Sets the mode for this cluster."
83+
},
84+
{
85+
"name": "api.boot.mongo.settings.cluster.required-cluster-type",
86+
"description": "Sets the required cluster type for the cluster.",
87+
"defaultValue": "UNKNOWN"
88+
},
89+
{
90+
"name": "api.boot.mongo.settings.cluster.required-replica-set-name",
91+
"description": "Sets the required replica set name for the cluster."
92+
},
93+
{
94+
"name": "api.boot.mongo.settings.cluster.local-threshold-milli-seconds",
95+
"description": "Sets the local threshold.",
96+
"defaultValue": 15
97+
},
98+
{
99+
"name": "api.boot.mongo.settings.cluster.server-selection-timeout-milli-seconds",
100+
"description": "Sets the timeout to apply when selecting a server.",
101+
"defaultValue": 30000
102+
},
103+
{
104+
"name": "api.boot.mongo.settings.ssl.enabled",
105+
"description": "Define whether SSL should be enabled."
106+
},
107+
{
108+
"name": "api.boot.mongo.settings.ssl.invalid-host-name-allowed",
109+
"description": "Define whether invalid host names should be allowed."
110+
}
111+
]
112+
}

0 commit comments

Comments
 (0)