Skip to content

Instantly share code, notes, and snippets.

@lukemorton
Created November 4, 2010 23:12
Show Gist options
  • Save lukemorton/663376 to your computer and use it in GitHub Desktop.
Save lukemorton/663376 to your computer and use it in GitHub Desktop.
<?php
/**
* My config
*
* To use this config simply do the following:
*
* $config = include('config.php');
*/
return array(
'connection' => array(
'host' => 'localhost',
'user' => 'test',
'pass' => 'test',
),
'default_db' => 'mydatabase'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment