Skip to content

Instantly share code, notes, and snippets.

@kreitje
Created November 9, 2011 23:28
Show Gist options
  • Save kreitje/1353535 to your computer and use it in GitHub Desktop.
Save kreitje/1353535 to your computer and use it in GitHub Desktop.
HMS Invoices database.php
<?php
$db['default']['hostname'] = 'localhost';
$db['default']['username'] = 'enter-your-username';
$db['default']['password'] = 'enter-your-password';
$db['default']['database'] = 'enter-your-database-name';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment