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

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

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

/** 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',          'U5=b-a|gFt/6<v^sDZBMvVljf0SL:AUTo%#$5gMMKp6e%f*6_F~}+<_=?HVMx<W~' );
define( 'SECURE_AUTH_KEY',   'ul[G$`GF+uShdnlIIWb{`8)C=TSGe@I!Z0gD_ ,|9rlkA_`y%irSiD!wh~a[w&:i' );
define( 'LOGGED_IN_KEY',     'ePdrg8_U&^,Nl$)Uo7CF=PI8 c:e;;QLzi=;A,jmy.]Q_jZ3Di~e(|xIa+]{kst0' );
define( 'NONCE_KEY',         'DQdnS^X$S6S&9jgR:W., |*3c]#3nfZY6lf)QtY0Xg{{v5z IM|J@QuFb^&+F[@,' );
define( 'AUTH_SALT',         'k5A+0 i,]GokK-zJ!38UfR($kp48]Tb2b4H,|f@U}Sv_]/rjj.|aOe%h2;r4jo):' );
define( 'SECURE_AUTH_SALT',  '+z9YRSgjH8i6&Mw-L<-H(,-f3-W/NYC]eE-i6uDE|4Vz{+rn#XE~}4>4W7*4G$]|' );
define( 'LOGGED_IN_SALT',    '>s:V3c^]!X]3On0vCLa/G(JK`o<Myc7[ylk}T~wxFPFPb i]M w|Vi,C|tdoOW:L' );
define( 'NONCE_SALT',        'k*G0)Hu#AN4_)nMcpB;b5t-W@4g|O]GzpmhP jfr8&#<`2.?BX=_^5K5>7&D!;MZ' );
define( 'WP_CACHE_KEY_SALT', '#t1u`Lo59Y^41[iD0pD tq57[wf`^<6MO~~90SFuyvptVM]-c8JMJh[sU>O]a}3X' );


/**#@-*/

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