Skip to content

Instantly share code, notes, and snippets.

@ahaywood
Created October 19, 2015 16:43
Show Gist options
  • Save ahaywood/c8abfb9c5ac6c88e9402 to your computer and use it in GitHub Desktop.
Save ahaywood/c8abfb9c5ac6c88e9402 to your computer and use it in GitHub Desktop.
local-config.php
<?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