<?php
/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the installation.
 * You don't have to use the web site, you can copy this file to "wp-config.php"
 * and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * Localized language
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
B * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'wp_benancio' );

/** Database username */
define( 'DB_USER', 'wp_user' );

/** Database password */
define( 'DB_PASSWORD', 'TuPasswordSegura123!' );

/** Database hostname */
define( 'DB_HOST', 'localhost' );

/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );

/** The database collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );

/**#@+
 * Authentication unique keys and salts.
 *
 * Change these to different unique phrases! You can generate these using
 * the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}.
 *
 * You can change these at any point in time to invalidate all existing cookies.
 * This will force all users to have to log in again.
 *
 * @since 2.6.0
 */
define( 'AUTH_KEY',          'vu$/Gt%fE;S&~-I9~r]p Yujv-<%uoY)CkETsFl?K: HQ-W,cADBRZ*RbzGmEcq3' );
define( 'SECURE_AUTH_KEY',   '0Y5<s?!oOfcWUH0s8WR!aF |ppplq?D#`/4Q_)|r^o,3SQuWaBe(iaw84d-BI}y0' );
define( 'LOGGED_IN_KEY',     '~t(89hrx{:0^5yx]Z/u$T<RC7*prj.(6:FB1Y:kUf,mpAT2%qlgfYK5#N#I*$3^?' );
define( 'NONCE_KEY',         'ReVtm7G<W,fpm~6])&bnllVT(~y`8,sr4dG0MtGc4o%URP8=W?Prma+9y)_$=Ymx' );
define( 'AUTH_SALT',         'JuPLo+ea7Kq*#h|<P[G^;>MV8CmcK=?V6N6dEoG}4$:r)nSi4pj(*D1MB<OUTPX)' );
define( 'SECURE_AUTH_SALT',  'N%f2[XxBoXOj=.,zB<,zDUsU)Ef7hAD!up6>mz-FaV5oA@PgejfYvCzvf*sht$=}' );
define( 'LOGGED_IN_SALT',    'e10N)]4}2Pr<HMx7@iV[bmSt9I3fDVipr.qr}(gU,|ndjl[.:6#DeFo$iH^T=^W3' );
define( 'NONCE_SALT',        'Uhz#1*7DIt0uS,rm=5M1-cpZEg-i)>7P!hGLV 3l}MH<j1;]Q?XyK?HP&?iKq_9Y' );
define( 'WP_CACHE_KEY_SALT', 'NX{M[ fH.PAr&fF/L,-i7)A.<%&duC)_-]UL*EB_g^Eu,P$Qs3rRCha6RmBUOhm5' );


/**#@-*/

/**
 * WordPress database table prefix.
 *
 * You can have multiple installations in one database if you give each
 * a unique prefix. Only numbers, letters, and underscores please!
 */
$table_prefix = 'wp_';


/* Add any custom values between this line and the "stop editing" line. */

/**
 * Security hardening.
 * Prevents file editing and plugin/theme installation via the admin dashboard.
 * Eliminates a common post-compromise persistence vector.
 */
define( 'DISALLOW_FILE_EDIT', true );
define( 'WP_DEBUG_LOG',       false );

/**
 * For developers: WordPress debugging mode.
 *
 * Change this to true to enable the display of notices during development.
 * It is strongly recommended that plugin and theme developers use WP_DEBUG
 * in their development environments.
 *
 * For information on other constants that can be used for debugging,
 * visit the documentation.
 *
 * @link https://wordpress.org/support/article/debugging-in-wordpress/
 */
if ( ! defined( 'WP_DEBUG' ) ) {
	define( 'WP_DEBUG', false );
}

define( 'WP_ENVIRONMENT_TYPE', 'local' );
/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', __DIR__ . '/' );
}

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