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

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

/** Database password */
define( 'DB_PASSWORD', '0MY_ybg%7o5@LT*J' );

/** 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', 'L!bWn3[7K40+MM10K_(VHI*ID4/KP%lO||]#@qvQq6I8(I|/u~A:9#Fvdv%s7Mn2');
define('SECURE_AUTH_KEY', 'bceo3vtB5S;9uXsj6M3Q)13[gsG|6LR/6g!S3YCO99z/]G316@d0@#pp1RtA50|1');
define('LOGGED_IN_KEY', '@;2&9spWRa-b7&1hC90/9CM%I2]wj&My(18d9A_h3*_-Z4dK|9;tO8aY_#%pB16u');
define('NONCE_KEY', 'mNH@EvWqdib+B0!6ubt47d-14I0J9QCg27jOdnuA*VHP3261D[/:7E/fB1hQHLm]');
define('AUTH_SALT', '|&dUn95|;;8E7z@612_PF_bN042lU/4Y-uxVwY8w@Km4D5XN@Uw*YXsg-]1*4rzA');
define('SECURE_AUTH_SALT', '|i6i0~U+Q;|-0)v07!F_#:c:]XleB8OuNiY1*A(j8A;|4[yoL67gbF;Z47_%]F@]');
define('LOGGED_IN_SALT', '16v33364:R(8%!5/5~2wV2qP&q)0sk!xh~lf2]MFGWhW4btO|J0A:5Mj&~7N12b|');
define('NONCE_SALT', 'Q*Ho*U@(6XoF_u532-g10O)43H06KExd3+dNd!VNP~3/**iiv;Hr13314d5]1o/7');


/**#@-*/

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


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