Interesting new config statements in vanilla 2.1b1
Figured I would start a thread where people could add new config statements (new as of 2.1) and NOT currently in 2.0.18.4
where people could post the config and what it does.
Hopefully - this will be added to. But hope doesn't get plastered with configs with no explanation as to the purpose.
e.g.
1) disabling CDNs
$Configuration['Garden']['Cdns']['Disable'] = TRUE; // This will disable loading jquery from CDN's and use your local version.
located in
applications/dashboard/controllers/class.dashboardcontroller.php:
library/core/class.controller.php: $Cdns = array();
3

Comments
Here is the obligatory plug for the wiki article pertaining to this discussion.
FYI, about halfway thru 2.1 we started being a lot more conservative with hidden config settings. Hopefully future versions won't have so much "find the new configs" challenge.
I was under the impression that you weren't goign to add to the long list of config any more. Maybe I misunderstood. What does conservative mean in this case? Are you going to be placing at application level, etc.
@openletter
this may answer your question.