Skip to content

Commit

Permalink
Merge pull request #50 from SFDO-Community/orgsettingupdate
Browse files Browse the repository at this point in the history
Update Scratch Org Settings to reflect Spring '20 configuration
  • Loading branch information
Nickers3 authored Feb 11, 2020
2 parents f3c7d20 + c3d4705 commit e28b8ca
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 16 deletions.
14 changes: 11 additions & 3 deletions orgs/beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@
"orgName": "Outbound Funds - Beta Test Org",
"edition": "Developer",
"settings": {
"orgPreferenceSettings": {
"s1DesktopEnabled": true,
"chatterEnabled": true
"chatterSettings": {
"enableChatter": true
},
"apexSettings": {
"enableDisableParallelApexTesting": true
},
"enhancedNotesSettings": {
"enableEnhancedNotes": true
},
"lightningExperienceSettings": {
"enableS1DesktopEnabled": true
}
}
}
16 changes: 12 additions & 4 deletions orgs/demo.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
{
"orgName": "Outbound Funds - Demo Test Org",
"orgName": "Outbound Funds - Demo Org",
"edition": "Developer",
"settings": {
"orgPreferenceSettings": {
"s1DesktopEnabled": true,
"chatterEnabled": true
"chatterSettings": {
"enableChatter": true
},
"apexSettings": {
"enableDisableParallelApexTesting": true
},
"enhancedNotesSettings": {
"enableEnhancedNotes": true
},
"lightningExperienceSettings": {
"enableS1DesktopEnabled": true
}
}
}
14 changes: 11 additions & 3 deletions orgs/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@
"orgName": "Outbound Funds - Dev Org",
"edition": "Developer",
"settings": {
"orgPreferenceSettings": {
"s1DesktopEnabled": true,
"chatterEnabled": true
"chatterSettings": {
"enableChatter": true
},
"apexSettings": {
"enableDisableParallelApexTesting": true
},
"enhancedNotesSettings": {
"enableEnhancedNotes": true
},
"lightningExperienceSettings": {
"enableS1DesktopEnabled": true
}
}
}
14 changes: 11 additions & 3 deletions orgs/feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@
"orgName": "Outbound Funds - Feature Test Org",
"edition": "Developer",
"settings": {
"orgPreferenceSettings": {
"s1DesktopEnabled": true,
"chatterEnabled": true
"chatterSettings": {
"enableChatter": true
},
"apexSettings": {
"enableDisableParallelApexTesting": true
},
"enhancedNotesSettings": {
"enableEnhancedNotes": true
},
"lightningExperienceSettings": {
"enableS1DesktopEnabled": true
}
}
}
14 changes: 11 additions & 3 deletions orgs/release.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@
"orgName": "Outbound Funds - Release Test Org",
"edition": "Enterprise",
"settings": {
"orgPreferenceSettings": {
"s1DesktopEnabled": true,
"chatterEnabled": true
"chatterSettings": {
"enableChatter": true
},
"apexSettings": {
"enableDisableParallelApexTesting": true
},
"enhancedNotesSettings": {
"enableEnhancedNotes": true
},
"lightningExperienceSettings": {
"enableS1DesktopEnabled": true
}
}
}

0 comments on commit e28b8ca

Please sign in to comment.