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

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

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

/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );

/** 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',          '5,~YKO>:|b>0S4p(bl8m;<er.fxk84N[H+V!|;r]k).b7n|ZG9ILFOY(glysM,Ga' );
define( 'SECURE_AUTH_KEY',   'dsnGffrWr$+rV1+NINgO]tURukb#6hW4G&rR&wx`}@p].gZpr HE@<-m@+v?E#LL' );
define( 'LOGGED_IN_KEY',     '4vhLKIpHGv%A{OpITv)~N{~#p:L?43AeWRGL+$bB|cA&$zqk1]&SR98S+7>3y+<t' );
define( 'NONCE_KEY',         '4$6bMA_q_Y+Z>q^ZbH5u..s(Z76FW+<dE<f=gE<u2HD}]Z]$$cWq41v~A6dh) (B' );
define( 'AUTH_SALT',         'O+/ce4fu.$XH0_}1lm[^VAw~pPlR[#{*(g[zAyPNAn6<`F8*/]U(5 yqr:E+BPpo' );
define( 'SECURE_AUTH_SALT',  'q5Ww^+Q&,y$oYz:Gd-q:s7Y-A!8bJh_1c1/fAT[P4D*6Wlc80^+t5g4}LjI!whLa' );
define( 'LOGGED_IN_SALT',    'GGGzUWT}({kF[^IE<%^NS~?mKchfI&Zg4+7 GQ0-$h/3v^u*O%%km|])V>e%&F2g' );
define( 'NONCE_SALT',        '@#|t5VJqF$Z/6QD$zd,cZ;C&E|U57 P:9d1xMj_0&wPP#n+Xk}4I3v|u/hcv;j0E' );
define( 'WP_CACHE_KEY_SALT', 'Oa3DA}Mc>ZFKN:<_^/M*)qmg|[TPLvpDbT$W.#TY0D?cQs9R+SYJo?4]8)4Y)`Is' );


/**#@-*/

/**
 * 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 );
}

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