<?php
define( 'WP_CACHE', true );

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

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

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

/** 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',          'A*NPh%^{7l;|L[YBXg]+S4x3(y/ {1q?!LKCKg~%g}c~YtOI6*x7j;AeaCghtBli' );
define( 'SECURE_AUTH_KEY',   'Fy19[5RHCq)jvzpVWpO*4.9JZKXMwpXtH?x|R]zj4vr:HIfj~@=Q7$y0Qobhw7EF' );
define( 'LOGGED_IN_KEY',     'NV.x[n!^)vt5;r-c5+qKS<iZUn2,O^X^?>.PV!q7ES0;IQDbn|N5r#?Eh6M!Qtk ' );
define( 'NONCE_KEY',         '{;4aB&j=Az}4[jb9KEdE-RyXiV-7qT<aGmGPFfzE?8`&4{Yzy^N3RlD$l2> /+cL' );
define( 'AUTH_SALT',         'W[3uv&6a|!]?A3binRi?W{M[3&~}DDR.0cDHRQ5Y3=h9P7XdHdrX|H5q?ly!8u R' );
define( 'SECURE_AUTH_SALT',  'P6lv#{_+VJjF(Sym:2(wQK}5 O#lPAT>h&8)xY*n ` ,}d:hbzE`8}.o`FC0*-_E' );
define( 'LOGGED_IN_SALT',    'LPtZ$U=Bne0cve)`-31P WOKs(!+v{5E^gdc|Z7Oq$fstS3Dd!Mw8M%^oF5QBLiO' );
define( 'NONCE_SALT',        'l2)0l !^2+!Z:0ev0a3TZoOo?)wnzg)tYoP<l_C)%q/#Fv7R`}dde{gK|}T?*xN}' );
define( 'WP_CACHE_KEY_SALT', '_OCAJInk/Z>sl aIY|nj51LiE]>)&UD`4WccnKQh(=Qh<E%JD]hpRj}gx1%BmUc(' );


/**#@-*/

/**
 * 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', '0f712246149035305c13b4631e55ba9d' );
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';
