Skip to content

Instantly share code, notes, and snippets.

@opdavies
Created November 26, 2014 19:16
Show Gist options
  • Save opdavies/b8a0eaaca90aa2e96596 to your computer and use it in GitHub Desktop.
Save opdavies/b8a0eaaca90aa2e96596 to your computer and use it in GitHub Desktop.
A common settings file to include on all Drupal sites.
<?php
// Disable self-updates.
$conf['allow_authorize_operations'] = FALSE;
// Disable poormanscron.
$conf['cron_safe_threshold'] = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment