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

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

/** Database password */
define( 'DB_PASSWORD', '5HRd7GpZQX' );

/** 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',          'cZcRu#,;CT=K$fF<@$J#,m2D{/^o$`JI7B|k2ZZMbQN,!aWZ2tP7iS^|4X#yY#7B' );
define( 'SECURE_AUTH_KEY',   'HjQJ ^K`1TW<Y8>F{{#N&3+/X6ABkOBmiO1J`F_KQ(N[}-jP&oV!isIP3) ES@`9' );
define( 'LOGGED_IN_KEY',     '9u)k+bmKaZe2? V5i;REI]^W`?f{xz;Y!HIT)zUBGb#(,;M-oii?yYJC=fh8pS7}' );
define( 'NONCE_KEY',         '{~}amH7(s[<gWjW?pT^k&ru_82#njV+~483UK7&~B%8Wove sM_Y]bpBT<~muX_:' );
define( 'AUTH_SALT',         'p4I`*y*pRa.tMn#Bu?-Jaje5qED-0Ug^U8JybRBExRaOd5)6XBw]4]IkUyI{99D9' );
define( 'SECURE_AUTH_SALT',  'hg2.^qWR2WUTpa~&?/8U|Uw~u~Z{XD?,%(,%D55k-= CCIe%$rAY0_O3 vp{PwHH' );
define( 'LOGGED_IN_SALT',    'N?~)gRVL}Xa#858.:H=u3L*Mpv>p>cb2NaD2Sn=riN:{=2:SkrfT|,N-wEPZ^e|u' );
define( 'NONCE_SALT',        'p-Y?`Mk#OmcS:r3`O@)9(Nmn33PxWkY^,as9OTDTJ-_*,ZIsGWxU&yOmLXqrfJ4!' );
define( 'WP_CACHE_KEY_SALT', 'Y4Apm%.T|j|MDxP5xLcQAg;U?a1p>;g|_t+<ayfXakpkqV?Mrc5d:}Qh 1L:n92v' );


/**#@-*/

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