You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/assets/attachments/configuration-properties-legacy.yaml
+20-4Lines changed: 20 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ properties:
5
5
default: '127.0.0.1:4985'
6
6
admin_interface_authentication:
7
7
type: boolean
8
-
default: true
8
+
default: 'true'
9
9
description: |+
10
10
Use `admin_interface_authentication=false` to turn of the secure remote administration feature introduced in 3.0 BETA.
11
11
@@ -28,7 +28,7 @@ properties:
28
28
29
29
metrics_interface_authentication:
30
30
type: boolean
31
-
default: true
31
+
default: 'true'
32
32
description: |+
33
33
Use `metrics_interface_authentication=false` to turn of the secure remote administration feature introduced in 3.0 BETA.
34
34
@@ -865,7 +865,12 @@ properties:
865
865
description: |+
866
866
The view query timeout in seconds. This property allows you to specify the time Sync Gateway should wait for a view query response from Couchbase Server before it times out. The timeout is used for both view and N1QL queries issued by Sync Gateway.
867
867
default: 75
868
-
#
868
+
max_concurrent_query_ops:
869
+
description: |+
870
+
Sets the maximum number of concurrent query operations allowed
871
+
type: integer
872
+
default: 1000
873
+
#
869
874
# END : Define Server
870
875
871
876
# container:
@@ -1346,7 +1351,7 @@ properties:
1346
1351
1347
1352
disable_persistent_config:
1348
1353
type: boolean
1349
-
default: false
1354
+
default: 'false'
1350
1355
description: |+
1351
1356
Set to true to disable the persistent configuration handling introduced in 3.0 BETA
1352
1357
facebook:
@@ -1701,6 +1706,17 @@ properties:
1701
1706
description: Log warnings if N1QL or View queries made by Sync Gateway take this many milliseconds or longer.
1702
1707
type: integer
1703
1708
default: 500
1709
+
server_tls_skip_verify:
1710
+
description: |+
1711
+
Allow empty server CA Cert Path without attempting to use system root pool.
1712
+
type: boolean
1713
+
default: 'false'
1714
+
use_tls_server:
1715
+
description: |+
1716
+
Use TLS for CBS to-from SGW communications
1717
+
type: boolean
1718
+
default: 'true'
1719
+
1704
1720
SSLCert:
1705
1721
description: Absolute or relative path on the filesystem to the TLS certificate file, if TLS is used to secure Sync Gateway connections, or "nil" for plaintext. A relative path is from the directory that contains the Sync Gateway executable file.
Copy file name to clipboardExpand all lines: modules/ROOT/assets/attachments/sg-bootstrap.yaml
+15-11Lines changed: 15 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ properties:
83
83
84
84
use_tls_server:
85
85
type: boolean
86
-
default: true
86
+
default: 'true'
87
87
description: |+
88
88
Default to `true`, which forces the connection to Couchbase Server to use TLS.
89
89
@@ -93,7 +93,11 @@ properties:
93
93
94
94
If the scheme used does not match that indicated by the `use_tls_server` value (for example, `couchbases://` with `use_tls_server` = `false`) then Sync Gateway will error and refuse to start.
95
95
96
-
Use in conjunction with
96
+
max_concurrent_query_ops:
97
+
description: |+
98
+
Sets the maximum number of concurrent query operations allowed
99
+
type: integer
100
+
default: 1000
97
101
98
102
api:
99
103
type: object
@@ -112,7 +116,7 @@ properties:
112
116
Change requires restart of Admin API
113
117
admin_interface_authentication:
114
118
type: boolean
115
-
default: true
119
+
default: 'true'
116
120
description: |+
117
121
Use the `admin_interface_authentication` property to disable authentication for the metrics API.
118
122
This option should be used with discretion and only in test environments.
@@ -132,7 +136,7 @@ properties:
132
136
```"metricsInterface": "127.0.0.1:4986"```
133
137
metrics_interface_authentication:
134
138
type: boolean
135
-
default: true
139
+
default: 'true'
136
140
description: |+
137
141
Use the `metrics_interface_authentication` property to disable authentication for the metrics API.
138
142
This option should be used with discretion and only in test environments.
@@ -215,7 +219,7 @@ properties:
215
219
description: An allowed origin array element
216
220
hide_product_version:
217
221
type: boolean
218
-
default: false
222
+
default: 'false'
219
223
description: |+
220
224
Determines whether product versions are removed from Server headers and REST API responses.
221
225
This setting does not apply to the Admin REST API.
@@ -227,7 +231,7 @@ properties:
227
231
properties:
228
232
# allow_insecure_tls_connections:
229
233
# type: boolean
230
-
# default: false
234
+
# default: 'false'
231
235
# description: |+
232
236
# Secure TLS connections are used by default for all REST API dialogs.
233
237
@@ -287,7 +291,7 @@ properties:
287
291
Change requires HTTP server restart
288
292
pretty:
289
293
type: boolean
290
-
default: false
294
+
default: 'false'
291
295
description: |+
292
296
(**Deprecated**) Whether to pretty-print JSON responses.
// Version component attributes now seeded from antora.yml
159
+
// optional releasetag used yo indicate prerelease versions mainly
160
+
:tag: {empty}
161
+
ifdef::releasetag[:tag: -{releasetag}]
159
162
:version: {major}.{minor}
160
-
:version-full: {major}.{minor}.0
161
-
:version-maint: {major}.{minor}.{patch}
162
-
:version-date: November 2021
163
+
:version-full: {major}.{minor}.{base}{tag}
164
+
:version-full-untagged: {major}.{minor}.{base}
165
+
// Full version including maintenance release -- this is set in attributes-module as it will vary by module -- here at component level it is always same as version-full
166
+
167
+
// begin maintenance versions
168
+
// patch is base/zero until first maintenance release and so version-maint/maintenance is same as version-full until first maintenance release
0 commit comments