Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Hewell

<?php
/**
 * Custom WordPress configurations on "wp-config.php" file.
 *
 * This file has the following configurations: MySQL settings, Table Prefix, Secret Keys, WordPress Language, ABSPATH and more.
 * For more information visit {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} Codex page.
 * Created using {@link https://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com.
 *
 * @package WordPress
 * @generator GenerateWP.com
 */


/* MySQL settings */
define( 'DB_NAME',     'database_name_here' );
define( 'DB_USER',     'username_here' );
define( 'DB_PASSWORD', 'password_here' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8mb4' );


/* MySQL database table prefix. */
$table_prefix = 'wp_';


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         'kT~)6xk^wW1VHR,Ys!`D9&C +C#2,bwL^#v/PX(6R;!Jyh/}GRVYothSG=)LAGlJ');
define('SECURE_AUTH_KEY',  '&QwOWPmN]GLu:<vew=%7f%zdM3-ZOfT0xM)%zX26JaVqyzID5w#7st&oHt:{4!D*');
define('LOGGED_IN_KEY',    '||E,#C%I]$vtjxnqAu3dkP2qWq8{.J+Ur~*[1*lG{Ii-r');
define('NONCE_KEY',        'DGuU-FuzvaylJ=juK$ ^1C,Os^/lMiX%>b[M[1@hzDX_B<5s|0o-AT/u7{-baB7,h#}$w? 5(((LI<!TBTRMs1j^4tLtUfD=gyMR5@');
define('SECURE_AUTH_SALT', '$ O=DSi+GLO&%|l:tN:QI#');
define('NONCE_SALT',       'VA#+s|&pO}woC;TI@Ne9nQ<pl3{-cYy;x`b{bL-,?f3gyBZ-)a  ;u!r+`HF4|h1');


/* WordPress debug mode for developers. */
define( 'WP_DEBUG',         false );


/* Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
	define('ABSPATH', dirname(__FILE__) . '/');

/* Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');