Skip to content

Instantly share code, notes, and snippets.

@itswadesh
Last active March 27, 2017 16:04
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 itswadesh/1efc3398dc499c871ee29a971f672dac to your computer and use it in GitHub Desktop.
Save itswadesh/1efc3398dc499c871ee29a971f672dac to your computer and use it in GitHub Desktop.
<?php
/**
* Database configuration
*/
define('DB_USERNAME', 'root');
define('DB_PASSWORD', '');
define('DB_HOST', 'localhost');
define('DB_NAME', 'angularcode_megamenu');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment