Untitled Snippet
<?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', 'wordpress' );
define( 'DB_USER', 'root' );
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', '=Hg64HVWFyr%`TM[a.B*2m.e~~R6XKg+Z*P`E9]PZVl6g0&{/T;O.2RsLG6r|W?#');
define('SECURE_AUTH_KEY', '/#v@RK]$rdBQ9+Aa QI:jhCx_:$%J4?r}_6&.`Rsj0 I}<:R+# PN!hR^yN+Gmob');
define('LOGGED_IN_KEY', '}uKI88p1/=D G75$#!TO+`0nZwS`Fal[D12~xwbESMCu >#WZ2#n9+');
define('NONCE_KEY', '3N`aryu.dR Zq9xc]#*[e j?hr,.aMFXZAMhf|<UTCtcajqmyME<y4fM<mpDj}Tg');
define('AUTH_SALT', '%U O+mR0d0ZHD)Zj?zj:F;Wa@5?Ipz;{2m(wr+W`BtmBWq-)tPKZ.+Z|vU&fw|M47=/y5Y(cZEz5SHZyWP');
define('LOGGED_IN_SALT', 'NVVE|_[5+yF^RzfY{}f`8nESQriO^z+otduo3Lz91;!;DTN+Ti<&%EQ-K|?Eh5HJ/hhn-s3e+Tod(KLS|E4MkJ_,^j|oTd');
/* WordPress debug mode for developers. */
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', 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');