<?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
 * * ABSPATH
 *
 * @link https://wordpress.org/documentation/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_fvqp3');

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

/** Database password */
define('DB_PASSWORD', 'f&4wt~EGH0*2cQUE');

/** 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', ')Hll]X;~]O6J7Ifsg[gO3[6([20o0[&%Z&Ace9rlY25x2d0Gth40s2!PVz)[5HN7');
define('SECURE_AUTH_KEY', 'Myau|N8a]!4p2WgE40;p[#5hN#2WRBP3*hVa%kYHzSUw_coEo*#4VSJ4mHO-@_&&');
define('LOGGED_IN_KEY', 'rmCyTRZsFtvnj!8[]_)ifE4*g*0xLkfQ!Dg7hn_:|2vV2:b!170SKPH4VOofMz43');
define('NONCE_KEY', 'x%*E_y8#6Z@[wepw*ZORGI3/H0uFOMc21Q5o2ba:TTO(d~2-O6-(q[|ZZ+CQjvn4');
define('AUTH_SALT', '7Ud1Y88sJ&845kQ)6tYIpzIm9]*&6D+dDLQ+%i*8~8da7h|*NQ+:+|Dgj_SIJA25');
define('SECURE_AUTH_SALT', '1fD8Lp8~s/n+kUf822-ye@RS6G72kAuecOJ_8XNQ70(Lu-o-ZWGI0oTM)90%p@3p');
define('LOGGED_IN_SALT', 'ILG+p)7+YrraND~|dQ98Jmg3!710W[s5VmPiwL!6k!Biyy0Adzx3N~_btXDl##F5');
define('NONCE_SALT', 'TOcyrv;Kh@]ma79UavB4z#/~ShX!r(5~5RJImPdu|v(5297L-7K4p+91w23%*d6Y');

/**
 * Other customizations.
 */
define('WP_TEMP_DIR',dirname(__FILE__).'/wp-content/uploads');

define('WP_MEMORY_LIMIT', '1264M');

/**#@-*/

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

/**
 * 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/documentation/article/debugging-in-wordpress/
 */
define( 'WP_DEBUG', false );

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



define( 'WP_CACHE_KEY_SALT', '47d8eb726f89e7dcb5f783dda6b9ac67' );
/* 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';
