Skip to content

Instantly share code, notes, and snippets.

@cyberswat
Created June 28, 2013 14:15
Show Gist options
  • Save cyberswat/5884987 to your computer and use it in GitHub Desktop.
Save cyberswat/5884987 to your computer and use it in GitHub Desktop.
{
"mysql": {
"tunable": {
"innodb_log_file_size": "8M",
"key_buffer_size": "128M"
}
},
"drupal": {
"sites": {
"drupal": {
"deploy": true,
"clean": false,
"releases": 1,
"files": "sites/default/files",
"settings": "sites/default/settings.php",
"repository": {
"uri": "http://git.drupal.org/project/drupal.git",
"revision": "7.x"
},
"profile": "standard",
"install": {
"install_configure_form.update_status_module": "'array(FALSE,FALSE)'",
"--clean-url": 1
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment