<?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', 'u433545259_aiX8x' );

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

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

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

/** 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',          '=v>5b3AM/&`c.]H=8xI^&=xIfzSNx+})IgJz[mp9G{jU=V.Bh:<KRI>q>ndhn/PG' );
define( 'SECURE_AUTH_KEY',   '`Ill(;.Sy_&2BD,aY1p]8mf3)Gyx00E.3q_2[?@LH~(eE$L_WeM[xAqcrX>usBIP' );
define( 'LOGGED_IN_KEY',     '-t8=+>VP#dlCAm3hEB$uDD$Fx8TWe9@@SB$CmW3>oM,!cGngr=?fk]c3<dIuSO=t' );
define( 'NONCE_KEY',         '^9_a; Q-mg/oH2MTl2|B9x=~k*J-5,w7@+WQeJUhuqTirRQQULJBMRF)1znNUfzl' );
define( 'AUTH_SALT',         'l2v&G_@%f)=9[Qd:>UGTI<36n)dIdeF?ILhO7@OaNFXKQTryDvc^p`W](!ua*Et?' );
define( 'SECURE_AUTH_SALT',  'AxHe6d,0xtP$|%6X>gp$k3}9eUN%phrrxAz]f:NEsC~s<_bf~%4[(>7`4Fqs.7z@' );
define( 'LOGGED_IN_SALT',    'H?G,lafEMd6+k[v$uCGPf@pL1kel(t./={gaDtj4AT&H`t*~G(_|+-/@KQA2Cb|p' );
define( 'NONCE_SALT',        'fb9Vrq3(3~i#]0sUHc0f)K89JXKyMg(xBPn3q!6P:27VK%#>BkFB5FMZ1I<^^c&`' );
define( 'WP_CACHE_KEY_SALT', ',zT{C3kuKfsW. _%?uHGoai.DEelme9%|8n/fwAWH]1n-O;WhP9W=;_kdN&t}S&B' );


/**#@-*/

/**
 * 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. */



/**
 * 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( 'FS_METHOD', 'direct' );
define( 'COOKIEHASH', 'b85842b2ea64eb35151c2713cb2c7747' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
/* 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';
