Skip to content

Instantly share code, notes, and snippets.

@ghankerson
Created February 13, 2015 19:35
Show Gist options
  • Select an option

  • Save ghankerson/95643aa70e822a0d6393 to your computer and use it in GitHub Desktop.

Select an option

Save ghankerson/95643aa70e822a0d6393 to your computer and use it in GitHub Desktop.
settings.local.php
<?php
// Database.
$databases['default']['default'] = array(
'database' => 'mp',
'username' => 'root',
'password' => '',
'host' => 'localhost',
'driver' => 'mysql',
'port' => 3306,
'prefix' => '',
);
$conf['stage_file_proxy_origin'] = 'http://www.marketplace.org';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment