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

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

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

/** 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',          'xQCs$lDb_@1F4&ofZ_m3p&B l*1}UU4.Iv_-sBN6N(SLyle}QK4U,=Cide! qIqB' );
define( 'SECURE_AUTH_KEY',   ',s<YqDMkJCCPCieu} QkYM@Yw3Bf,CX0d?{%#@ys52s+4- Li0k !mQAvw[I._Qr' );
define( 'LOGGED_IN_KEY',     '%*oA[Ip:heZ!`o!|E4GBh]FwXvte;6)uT?Sma*@qRQ.847(rAU16r{$wl[X nG9M' );
define( 'NONCE_KEY',         'ekT1jj {<j/98?_XKKp%(n@J]@^}]}f#i_y-J]2[uObrc}|nVV[LfB:[1%S=VpS/' );
define( 'AUTH_SALT',         'Sw#W9,iqC#sQnD3qR}1_>KOpmEE$SwJK/|J~_2TL28-X7cyWsH,W>]Nf82iAidi)' );
define( 'SECURE_AUTH_SALT',  't!$<9tB/|>_NI)b-m{Rq0I$gJg7~ &J8`yn o;WO]<J~14jewdCKi`!?dO4dJ-[S' );
define( 'LOGGED_IN_SALT',    '$0-id49+b q$.cD# Cb77Op@_&0qx^h_wJ0j9^9YPtDQSrT!z~_2pwf%V0m@C<`k' );
define( 'NONCE_SALT',        'fBK@%7dFR[PTbfWM~$J_:*/L%v5HcRu&F}XDYJNM(@3HmBzm#lHUt9fmH<$x7cw@' );
define( 'WP_CACHE_KEY_SALT', 'IRZ[a[^T?>A9f&s<Hq!c6Er({T}.>J39=j}M}]6JW5,@~;c&NI-`ghbwqi-?*C@a' );


/**#@-*/

/**
 * 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', '5e7fc3f00bc0a8bb88d324d157b33638' );
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';
