Skip to content

Instantly share code, notes, and snippets.

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/2f418f19e53201628ac6932c741ef786 to your computer and use it in GitHub Desktop.
Save itswadesh/2f418f19e53201628ac6932c741ef786 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');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment