Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

wp_config

wp_config

<?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',     'root' );
define( 'DB_USER',     'root' );
define( 'DB_PASSWORD', '' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8mb4' );


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


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         '0+[CCW$!f!,^q.^FWIB7[.c}#PLA=bw@ukqb?b?Dxw86qD1QpD1~0N7r:FQpNv^D');
define('SECURE_AUTH_KEY',  'Ez#TJ1[oJ-lezCq+d#N0EO(;VZtt');
define('LOGGED_IN_KEY',    '#BTFBd2s~q^94c5$+c3~+>KBovp1p)T>RtOk&ma*JA0|4u+9Y6Q|P1q*2W=<+i:}');
define('NONCE_KEY',        '5m~/+K.MsO-o%M6K(4#,%Bx^-j^rIapzuezA&qC67M6|H:4S5eo<vS[oXRgOHuH`');
define('AUTH_SALT',        'OT_{L<D_Fi/_yfoUx{9QrR2|^#)._<9i;@r?8#/xfZB=Y');
define('LOGGED_IN_SALT',   'Ey~FF$J8v}^$pB +C:qnkQ+%0UN=`F$E7R9DK#3IQ4Fc`zEIHkeyj:f~,w(qgz1N');
define('NONCE_SALT',       '@#(F~1sc1D *Z =8Zqsv&70`_+HZuAW-C!fm }|0wVYOc*V_Z@l;5v4+]3E*^8Wx');


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


/* 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');