Skip to content

Instantly share code, notes, and snippets.

@jsocol
Created July 25, 2012 18:37
Show Gist options
  • Save jsocol/3177788 to your computer and use it in GitHub Desktop.
Save jsocol/3177788 to your computer and use it in GitHub Desktop.
PHP DB Config
<?php
if (!defined('APP')) die();
define('DB_HOST', 'localhost');
define('DB_PORT', '3306');
define('DB_USER', 'myuser');
define('DB_PASS', 'mypass');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment