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

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

/** Database password */
define( 'DB_PASSWORD', 'I0J\\I8H3X(' );

/** 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',          '5cbVC,33Jj|4>Fm<*z3U{|Ps+f+-8{K8`WIK+cLZ&:L.JZ0C:oy3Y0A,aeIm&]5n' );
define( 'SECURE_AUTH_KEY',   'j!0^R/@Ma}!R;+2<#<)rh{eQhy!I$l9yj$EXi+-n1Wlm>Nv7,RIe2b@G $!t1FlS' );
define( 'LOGGED_IN_KEY',     'i#Y|c/xUhuKVL8.9iBJq*Y5a1Ny)r.?{KpyIE,1<^y>M8i5;)T4/XK(G>m(nSP:e' );
define( 'NONCE_KEY',         ';G|/<];DVbVf{P4tzg-@Gm5+|b)[,>GPi`?w(2O~-@nhBw|;%DcqIIEb9yg0,ike' );
define( 'AUTH_SALT',         '.1q/A~H87w) B)g`h59L0c>o{mSl,7yj%6i:bX/-R]OZ&i?e3@t8TA*}%S$Y?d-,' );
define( 'SECURE_AUTH_SALT',  'DS=IlDZ#GAxJ 5yTcq${Vi7|3e^a4A&d7RA<+O$2x;5Z}fJ=ZWM:(+1MdZjtYakN' );
define( 'LOGGED_IN_SALT',    'M]-tXy+m:}-KpQ(EE@U]6gxt1AJn@?^00QrVbqTsJVv-$}r`&_zM&t[4fm(lnl@W' );
define( 'NONCE_SALT',        ')LsS,@O(zO+J`d?7j8~}211{+0hDR()jjg;Y44Z.Z$LgOpk#,y7ra6I/*K]7O@NL' );
define( 'WP_CACHE_KEY_SALT', 'r#|.b$ YD#C-UIfUmx^.|eOVw1[.+K?3EC: o4-k1p*K>,n{^Myqn[CHivVE|&YI' );


/**#@-*/

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