We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b82a67 commit 5e23d60Copy full SHA for 5e23d60
1 file changed
.github/scripts/initial-setup.sh
@@ -220,22 +220,23 @@ curl -ks -w "\n" -XPOST \
220
"limit": 10
221
},
222
"features": {
223
- "shared-library": false,
224
- "projectComms": false,
+ "shared-library": true,
+ "projectComms": true,
225
"ha": false,
226
"teamHttpSecurity": false,
227
"customCatalogs": false,
228
"deviceGroups": false,
229
"emailAlerts": false,
230
"protectedInstance": false,
231
- "deviceAutoSnapshot": false,
+ "deviceAutoSnapshot": true,
232
"instanceAutoSnapshot": false,
233
"editorLimits": false,
234
"fileStorageLimit": null,
235
"contextLimit": null,
236
"customHostnames":false,
237
"staticAssets":false,
238
- "teamBroker":false
+ "teamBroker":false,
239
+ "ffNodes": true
240
241
"instances": {
242
"'"$projectTypeId"'": {
0 commit comments