Hi Guys,

We have a common set of tasks that we often have to stick inside the local.settings.php file and it would probably be of real benefit to other admins if certain elements were in this file by default.

Things such as disabling cache for boost module, or css aggregation and cookie_domain settings for aliased domains could be added but commented out by default.
#$conf['cache'] = 0; // enable hardcoded page caching
#$cookie_domain = 'www-example-demo.com';

Hope others would find this useful as we're forever in and out of these files. Admittadely once a site is setup, you can safely uncomment all of your changes but this proves very useful on migrating sites in to Aegir.

Comments

omega8cc’s picture

Project: Barracuda » Octopus
Status: Active » Closed (works as designed)

You can easily override most things globally with /data/conf/override.global.inc or also /data/conf/settings.global.inc while local.settings.php will always be left as an empty template, to be managed by the site/server admin.

If you have problems with defaults in the global.inc or suggestions on how to improve it, please open separate feature request. Patches are always welcome!