<?php
define( 'WP_CACHE', false ); // Added by WP Rocket

/**
 * 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_96m7z');

/** Database username */
define('DB_USER', 'bestseocompany_wp_lwti7');

/** Database password */
define('DB_PASSWORD', '!$tz3333EivLnzw!');

/** 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', '%x_3H@/4Dgo2K!ttwcU!4VQf_;qZLglg|w/56_M)XLLzOAQ)1)3[N#ww[Yz(HfO:');
define('SECURE_AUTH_KEY', 'VHlVor5UR8l2mY+;tP-6+c%u1os8)+(GLJ)6;9yE7]B436*Gm4&GKEh/15gb--10');
define('LOGGED_IN_KEY', 'o@SBcrf0_sKxecf3:&Xs3Nd96z8#[4a7gf61#*~7I/qt:8O736C435A_6Wb34%45');
define('NONCE_KEY', '44)dtj7[sXLLi52atV)sn-d70[/WT4_ZiD18420/x78@6Q~2@cA#BrT71Z57;mAZ');
define('AUTH_SALT', '1j_XEvehN8L!5C1h%&lHji-3[6i]Qcf@a93IFsc4:P:EJoq8ELQG%l-PQ)U/Snn&');
define('SECURE_AUTH_SALT', '1h9b9G6R;yzKK)Ok_R*8k9-1F65O4Z%#!)T8[9J3_2*GlfbW:njtNOcsgBL7ow97');
define('LOGGED_IN_SALT', '6K9|a!A@IFW5;3KsHa]50dw3Z]w4y1*EY7g1C9W%q7k3l%6))tB%%aw%cbF*q125');
define('NONCE_SALT', '5@|]s_]W3H2b;5k5hSyj_cK+E/S5RVrd73tW5U030h/@aDruK0(-SA8Q3v:if%6g');


/**#@-*/

/**
 * 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 = 'EOGBWc7p_';


/* Add any custom values between this line and the "stop editing" line. */

define('WP_ALLOW_MULTISITE', true);
define ('WP_MEMORY_LIMIT', '1500M'); 
/**
 * 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( 'WP_CACHE_KEY_SALT', '9f48300377b043a0cd0789365325a318' );
/* 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';
