Skip to content

Instantly share code, notes, and snippets.

@MKorostoff
Created January 22, 2014 21:00
Show Gist options
  • Save MKorostoff/8567271 to your computer and use it in GitHub Desktop.
Save MKorostoff/8567271 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