prueba
<?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', '' );
define( 'DB_HOST', 'localhost' );
define( 'DB_CHARSET', 'utf8mb4' );
/* MySQL database table prefix. */
$table_prefix = 'wp_';
/* Authentication Unique Keys and Salts. */
define('AUTH_KEY', 'Kr6Lekoc->D&!g|FlLr~+_zUWPq(oI*?Y3hd');
define('LOGGED_IN_KEY', 'Z5|]faII]KYdGL +Xdq_h#QDk1*my1n$~WAs}oZ|fA9-/rI)+@{]7v7yZ`rPGSXK');
define('NONCE_KEY', '|&Z-+d@lzbm^g%JYJ-nW^n,|-I%TA:sP&DgZZFn|%0vw!AJ!R|8Zax x,q]v/W _');
define('AUTH_SALT', ':ao]#77H4T{8yATM+RH!iD?M| e/?$lz]5$--v1nLy;P@:T&T+tr!`[u');
define('SECURE_AUTH_SALT', 'dx=Z!FYa6nBT>fw*u.E-}Sh$QCJXv<O;(Y0,L@+^+b/*');
/* 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');