<?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/
 *
 * @package WordPress
 */

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

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

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

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

/** 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',          'tzi|dsC9Uk@o&3$A:@iYi>Rd J`qb7cbAEe4O]@@$|TwDEKB@mtYK6v>X8xvidTl' );
define( 'SECURE_AUTH_KEY',   '}ha,7$?#!D{Ab$uJq)K{>YgSeJ{({vDZT0MGEve}Tsuo[fve%:(&4/0.{-_@.gm(' );
define( 'LOGGED_IN_KEY',     'lJ$SU}AN;aMSz2XFNfi?o0b>uz ?3!Tk$>i85N[pO7[FOs|L)cR|(7`Nc+P^ho1 ' );
define( 'NONCE_KEY',         'gA|3PI196u7P%qO7$ih:TB7.yvJ `>/a^[_NQ1/7 +$)5W,ALV.;=0)|[Dp]nhn.' );
define( 'AUTH_SALT',         'r%yI_sF%!7W*hU=!#Ud}`b}EvY{!]4B.,[&L CDl~fDFk`t0}0?>*+3^?<Tq2b$h' );
define( 'SECURE_AUTH_SALT',  '/-O{Qp<HYn$/f/fo:*8RX{<p5ZrxqX3C/_2b8|eY)q2}0AbkrUaWa*c65c!bp]r$' );
define( 'LOGGED_IN_SALT',    'KowP_DlL84UAHj%/-H~dQa4YaaDOtk@9=Ah_d0r;xK_}627B|opI[!;hSxg[|/L:' );
define( 'NONCE_SALT',        '&0L^5;C&#y<WXvY 4+i{8mZoC!+Y?FvDwr`sC|8WVx-(k v=_Oa,*!3[0-#,X99z' );
define( 'WP_CACHE_KEY_SALT', 'Iiz57#gGMTuj?-Hn-B(mW4EqO_#.5(s1AFH!{w{,2,gWo:}McDVGhYY9ZM!CAN1k' );


/**#@-*/

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


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



/**
 * 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( 'WPLANG', 'es_ES' );
define( 'DUPLICATOR_AUTH_KEY', 'n)2->x?wCVdw2DxmjA$YV/Mk^b*`ib1Gr31].isvDhNf|tQe=-W&u144LZSSdZ[?' );
/* 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';
