Skip to content

Commit 5e23d60

Browse files
author
ppawlowski
committed
Align Starter features on prestaging
1 parent 0b82a67 commit 5e23d60

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/scripts/initial-setup.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,22 +220,23 @@ curl -ks -w "\n" -XPOST \
220220
"limit": 10
221221
},
222222
"features": {
223-
"shared-library": false,
224-
"projectComms": false,
223+
"shared-library": true,
224+
"projectComms": true,
225225
"ha": false,
226226
"teamHttpSecurity": false,
227227
"customCatalogs": false,
228228
"deviceGroups": false,
229229
"emailAlerts": false,
230230
"protectedInstance": false,
231-
"deviceAutoSnapshot": false,
231+
"deviceAutoSnapshot": true,
232232
"instanceAutoSnapshot": false,
233233
"editorLimits": false,
234234
"fileStorageLimit": null,
235235
"contextLimit": null,
236236
"customHostnames":false,
237237
"staticAssets":false,
238-
"teamBroker":false
238+
"teamBroker":false,
239+
"ffNodes": true
239240
},
240241
"instances": {
241242
"'"$projectTypeId"'": {

0 commit comments

Comments
 (0)