Skip to content

Instantly share code, notes, and snippets.

@MKorostoff
Created February 11, 2014 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MKorostoff/8942593 to your computer and use it in GitHub Desktop.
Save MKorostoff/8942593 to your computer and use it in GitHub Desktop.
<?php
include_once DRUPAL_ROOT . "/sites/golfchanneldev.prod.acquia-sites.com/settings.php";
$conf['stage_file_proxy_origin'] = 'http://www.golfchannel.com';
//D7 DB config
$databases = array('default' => array('default' => array(
'driver' => 'mysql',
'database' => 'golfchannel',
'username' => 'matt',
'password' => '',
'host' => '127.0.0.1',
'port' => 3306 )));
//</@@ADCP_CONF@@>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment