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

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

/** Database password */
define( 'DB_PASSWORD', '_5^!_33pTT5Kt4_g' );

/** 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', '3I45!WT|f8gSk39p/xOvf30RH5MZZ9gDA3j;Y!4LU2@3Nq3HknpQ-87@y334;-;5');
define('SECURE_AUTH_KEY', 'YW6zUnATisD5wJnuShbBe&5886P#YNrJZT215(@V4e1N3U_18rJH*71s~~-qu%js');
define('LOGGED_IN_KEY', 'WJ]62]XRJhwHy3Ole*Z-U/RBZ_3_)m769~|GG3)5bmo5%eE@&)45p8/|[Vo7Lo!&');
define('NONCE_KEY', '-Hc76FjN:QZ%T)exPa92|_;iUd5L5Vm1DL[gOwkYBfDU_]6+8[5Haq%Kee_~34c4');
define('AUTH_SALT', 'i!%09_208FP89#S24#x9#1N#84w6@D7WF4~A96Z7#w-J7j4fp676AM3@xd9uHPt5');
define('SECURE_AUTH_SALT', '#6(%rXT3-_kBEx--00E4R;IE*d6snU0P+ZG14l32gWq9go[9pT%po3&/F/l!j1e7');
define('LOGGED_IN_SALT', 'F(Ht-XV57%vZG(o8C908Zg+dz!87:Drn3pG6KG/6Tjz;Tdgt;[LS8l3[V0M/FD%I');
define('NONCE_SALT', '6bfgW]94_b4qppa7eUgvBsa-Tsx0%Z:7xIBGJwgi;15U&qY8I3N|/3Mx@q_25/Xd');


/**#@-*/

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


/* Add any custom values between this line and the "stop editing" line. */

define('WP_ALLOW_MULTISITE', true);
/**
 * 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';
