Skip to content

Instantly share code, notes, and snippets.

@eminetto
Created November 4, 2012 13:46
Show Gist options
  • Save eminetto/4011983 to your computer and use it in GitHub Desktop.
Save eminetto/4011983 to your computer and use it in GitHub Desktop.
//config/autoload/local.php
<?php
return array(
'db' => array(
'username' => 'zend',
'password' => 'zend',
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment