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

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

/** Database password */
define( 'DB_PASSWORD', 'AA*8RL$HBb05I4cZ' );

/** 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', 'kGe5605gDQj7d|;51/54mdZN0[4829r9r+uRF!ezzcMqs)7-e3h_400)7|7hC31u');
define('SECURE_AUTH_KEY', '~N-0/%7ePS713Lq4!#S5U~]X]dvkPA8816v[3:p)7B_ca2K*]aEu#E*IsE|X_!q2');
define('LOGGED_IN_KEY', '82fyVHk)jM~XAnr(xv:~6b9@xPOy(eolFR6xzu[q7SBV4V3Qh[;@h|P/b9R3!hhb');
define('NONCE_KEY', '2I/lFmd0@0C#:rJ5jnXa0CJ2Y6|r(1d4Cs7D_vEi~I2IWu4V@HZhQyUwU2@)3g~I');
define('AUTH_SALT', '#gm;)5Hw@d1-ik#4F+_*m12q9P5)q7JrJHlas_+Rpz09y4IV0@+07z3K|b8-5mO7');
define('SECURE_AUTH_SALT', '~CsI*:t+9o%or8B8w)av7RGLjWG]FMV:/K&0(NpTJ1mcg52yR5&MsHFh9w_H21k)');
define('LOGGED_IN_SALT', 'I6Q_|UjCEF1/;T[&WU47ic72#Uz_U|3(Ui2ZFrLSl6w9S8+1K:*2;S9|9zs*Mhu@');
define('NONCE_SALT', '*_su(ngjSn16Y3-0%ToT479|Po9O-@gH:*M9)2U1EOl|U3N0PCGC[([M5I-53l!i');


/**#@-*/

/**
 * 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 = 'pGnjnsI9L_';
define('WP_MEMORY_LIMIT', '1232M');

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