Created
October 19, 2015 16:43
-
-
Save ahaywood/c8abfb9c5ac6c88e9402 to your computer and use it in GitHub Desktop.
local-config.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
define('DB_NAME', ''); | |
define('DB_USER', ''); | |
define('DB_PASSWORD', ''); | |
define('DB_HOST', '' ); | |
$table_prefix = 'wp_'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment