Skip to content

Instantly share code, notes, and snippets.

@pkavoo
Created May 18, 2019 09:05
Show Gist options
  • Save pkavoo/d549da7a8948c54072a7c400dac09103 to your computer and use it in GitHub Desktop.
Save pkavoo/d549da7a8948c54072a7c400dac09103 to your computer and use it in GitHub Desktop.
<?php
define('DB_HOST', 'localhost');
define('DB_USER', 'root');
define('DB_PASS', '');
define('DB_NAME', 'heroes');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment