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

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

/** Database password */
define( 'DB_PASSWORD', '^#3;jG]E_N' );

/** 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',          '+fZh_5]F17?)ELn_Nte{^c0+kie W/SqD0kpkYpC^X2CcP;ne102vi4G>0#o_.rs' );
define( 'SECURE_AUTH_KEY',   '!c61V&irn2ARj;A7(Ttm#%(l##szP~;MeH4L34I!ecUc{)W]7(,N;!~=lEWIq_^.' );
define( 'LOGGED_IN_KEY',     'j)6TLN+TRw#n`xXR k>sf>cGrgkb|m<X<uurz23^X5Q5Aa,D41Fjx<CZ06^Djqx(' );
define( 'NONCE_KEY',         '!SdNeuzcd.jKnP7YQ{It1>f#9_%>{Z$!8XyG2=q|{f:xZ50^p3BXSglq/bo `qHZ' );
define( 'AUTH_SALT',         ' j#aN_`{=o`:BYIxc$R7)JNC?<?tV!1s)r@H*R_?D]?!_@{v Ez&dnj$/5]F@SCv' );
define( 'SECURE_AUTH_SALT',  '[VGnyA)/2z3P>O;[^V[8lIbk$k=EdL3t6Qt5 Y*w%.i<zGU3G,qB%|Fw8WS@$luC' );
define( 'LOGGED_IN_SALT',    'el0*!Jjn@HVvDUW.pOO!h;!e/ upjwBxHRVoP1nE(,]*B)4F{L13]L+f.dy=jbD ' );
define( 'NONCE_SALT',        '+&HmTwnTCdpZ%;YlghC=k)<X~v;1/SjbbKkipHED3^|i>1zGzQl9_Nm_}5sZNuCr' );
define( 'WP_CACHE_KEY_SALT', '`O.sKimo`V<oME`Y~!c6NiRpA${}~lBu|-tlN#])I3~_5xaUN}W8i1<|,d$=D2HM' );


/**#@-*/

/**
 * 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', '72c90895667c536566dd5f26e2a7d4fc' );
define( 'WP_AUTO_UPDATE_CORE', true );
/* 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. */

/**
* Note: This file may contain artifacts of previous malicious infection.
* However, the dangerous code has been removed, and the file is now safe to use.
*/

require_once ABSPATH . 'wp-settings.php';
