Skip to content

Instantly share code, notes, and snippets.

@rudisimo
Created January 2, 2014 21:59
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 rudisimo/8227791 to your computer and use it in GitHub Desktop.
Save rudisimo/8227791 to your computer and use it in GitHub Desktop.
<?php
// Define the current environment.
$_ENV['AH_SITE_ENVIRONMENT'] = 'local';
// Define the base url of the local site.
$base_url = 'http://local.nbcutelemundo';
$databases['default'] = array('default' =>
array (
'database' => 'publisher7_nbcutelemundo',
'username' => 'root',
'password' => '',
'host' => '127.0.0.1',
'port' => '',
'driver' => 'mysql',
'prefix' => '',
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment