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

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

/** Database password */
define( 'DB_PASSWORD', 'Z2~JG&72*!Kmhbyd' );

/** 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', '~eQW&t7o9A40[X:459@45bC(CG5a)D68OkL%32L%8+NW#b+z7e~d7N4nA#XfJZpt');
define('SECURE_AUTH_KEY', 'O0C!Nm7[Ue1]@GP)hw3+4J6y61+ry~5p[7SH9BOu2i|(|~B3N0P0]LW&/M*7Vdb4');
define('LOGGED_IN_KEY', 'P2)IBOBaMMv7]5v19]l8FY4dQF5;|)HoLXNQpuTa9Lcde7y5W1@v0EW%3%_1#12V');
define('NONCE_KEY', '(&TCht0ns4t9!4:I/[V58GTw;cB:%ZmF]k__Q21)Zqu81*mV;Es28*l5()U6(J*1');
define('AUTH_SALT', '*-q&7_)1&4OpRxAdt(e2B[:|67Z2HD-dPYet88KyC)&8/)J@/:gzo88cJP04IS5h');
define('SECURE_AUTH_SALT', 'oZT:8*k_L*!9r#!R0KvjdT)0F)&-!c60Gtb;OWb21:H517O1z00n0nT4Iel2L:XB');
define('LOGGED_IN_SALT', '9Pn8]uYVP56;1p/@|+zPI4b/cfSM7#![u-AHA@JfvKq2%F|)!1*0jh)VlN75q(DQ');
define('NONCE_SALT', 'sBDj@(:#28d71RpRL~9DwC8W7qg9i0Pupw_9**3:#D4@%H6372_N4U]gl2;~C06h');


/**#@-*/

/**
 * 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 );
}

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