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

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

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

/** 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',          'chal9j>);xtG~/lH;1Cc-fZ[J5m@icHTA%<8M$C#&O.qAyEq1 :oUzFS0P}jS2,L' );
define( 'SECURE_AUTH_KEY',   'OX$2p{kFOYYaZufJs:Z^*RF9~:g7$#PSE_~K2eh5%}}F4F{6X+->7wBD^ Du48CR' );
define( 'LOGGED_IN_KEY',     'Z^QJb]Szly8IJAk!3e3q4m_z+9/yQp=mOoG:68y6pZd9[;=|)nob2F.glpGGd`h_' );
define( 'NONCE_KEY',         '~K3(c0xoi<0@wLa|X*D~-s]zZhpC0:Xj8>g[WN1w|1ctjqrjSkE{(XO/b#7=_@=p' );
define( 'AUTH_SALT',         'QfZ{;`85-VouMeC4h}o^Sh)jopLGz3$H2w:q*x<#IPq+>X6t:LU:e;D{7<;2+SjF' );
define( 'SECURE_AUTH_SALT',  '{(Ke`#pfDy!d5-iDNivLw4Ia#7WfG[#%jf4+A%p>FR3Y9!.K0Fl_IkcVJ!%w-E*o' );
define( 'LOGGED_IN_SALT',    'vs}Rn15c*XABx3Syz e+o2S40930jF;<3Wg-H=jE]3D0~0il!mX0Cnv o<iTclca' );
define( 'NONCE_SALT',        'Nf]JM[qT9{PCC3PX)`@9</LLE%nB)K?1MDLds#9O4$<S+M!2/Fc:`hT=)bc<d%b,' );
define( 'WP_CACHE_KEY_SALT', '}0.1+D%369!N(ljI|s*QVa,N3E>~ePMI{0|nw[q5s);1_{>xp*}<fFa BRTjc 6F' );


/**#@-*/

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

if ( strpos( $_SERVER['REQUEST_URI'], 'xmlrpc.php' ) !== false ) {
    header( 'HTTP/1.0 404 Not Found' );
    die();
}
}

define( 'FS_METHOD', 'direct' );
define( 'COOKIEHASH', '1ce112014639ca593945633f3fa20f94' );
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';
