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', ')F7H};s2vR#9;I}z%NW6<]B_(Kzq?Lz?MIIS^DlhZ,x+ITEV1S+5%ld6YiY77aLR');
define('SECURE_AUTH_KEY', 'a(2qg9mjn D|v/r-*)9h(,oqOd1L-S<-V~Gtv|]{7qKYz)x=pD79yd-E5kqgx}Z&~:hl+1;8.jOU&8/|iWWW_^Uz8[tBm+dejGRyn:yZ-m|');
define('NONCE_KEY', 'a,<6-kscd^zxPX`s(V6n-siS1^IkxpoHJ~D_]<P]ct+dIn]DpA2k(C{m$h+CLb`<');
define('AUTH_SALT', '~Yc7.jKnE3u`x|dwu{V %jzhwj!45d^|f=Gh-K [drKGd$)%uP5A7;-B_~!`9`2O');
define('SECURE_AUTH_SALT', '&Lv+U$R+grwOJ3AULsE(MGRe+@!bp{0,w3+S(|zG^x[=_afR-n4[sG4 xH<N]FVz');
define('LOGGED_IN_SALT', 'I|^9;/7}:9p]B%df/tAHy|:4*Y,)[]#~H[*M9.dr`6Tfj`od[d/1?DN?|,WZ4eoa');
define('NONCE_SALT', 'rU(DEpU3b.w$-S;$WKz+loG2d.U +s{mT7}|4o{~zc#0?@/Tn#n&b!$0,tj@1%/o');
/* 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');