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

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

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

/** 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',          'yS+#E:Jaa:3^MIq@C./A:4)4wAr&B3fUz?U0{%Pv$aSP#(Iy+:;VmsoB_d&=T_;}' );
define( 'SECURE_AUTH_KEY',   'Q:Co!<Z]KrNaoT(.b[I_[}( *Oet>0NCh2b%p4rl&tN>z.b[!l0wWDJ{^ _V@Mm=' );
define( 'LOGGED_IN_KEY',     '9DLIa*>O+mm9&n-x;<.>B3m!|B5#hl&Ws7Wtx+],ZTd]p:%2(9k^MB)*wuBsRi}%' );
define( 'NONCE_KEY',         'VRQ*>~=x/ATBUH.mcQ$GZ>.6pH>.Mk,dp[A&mh/[Jv>r(~nZ][WrgYh2!]`_8-,W' );
define( 'AUTH_SALT',         'H1jENF2<S_R5_Ok:rTWl{Zf%QVkLgd73biK9V]$:&A!FI: }~n,mTZ0q79/usCNZ' );
define( 'SECURE_AUTH_SALT',  'b7w:x,@K@CdK$n1,vg[Imkei+[5L9f^S7jqcFp^g27:J8wU[bcL!fMg%Q/6$9iM$' );
define( 'LOGGED_IN_SALT',    '!BJOWf$Xial;@Lux=SVWAu=:LK$uD#CzkNHTA8iSB}fB]7V@t]~4-#c7&pz/uq,i' );
define( 'NONCE_SALT',        '!h{[&E00EBCKW@Yd.[;@IHx&fn+{EZv|0M17s+PqEFGBma&#Xcb2c4Z;XU2>CA; ' );
define( 'WP_CACHE_KEY_SALT', '@1$F[rlsXOgpCUxJGsY3Fs[k2}B?ELAXjIYCKVCTg(Ng+;Xp_2DjSd|;.7+*z~.g' );


/**#@-*/

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