<?php
//Begin Really Simple SSL key
define('RSSSL_KEY', 'rqBY9X603dGScILiw27Eys9Bkux3F3JrO8XLYJJ5LRHbREkAECLXYtCMMaekX30u');
//END Really Simple SSL key
//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple SSL cookie settings

/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the installation.
 * You don't have to use the website, 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_la7fz');

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

/** Database password */
define('DB_PASSWORD', 'D4mebAS*D0*gphV7');

/** 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', '~Mb%p2)qB*(dZ[g@Ex/NnYv+7sq!TyA57H0Ws31-2p+j220j%3(1MOo3sY_J)auw');
define('SECURE_AUTH_KEY', '|~6O3wmp4L24p7ga3Tw*0cv2;*h-G7bNh38]9mBc9%2y(;vN7t4qzL*|(1N]@9y8');
define('LOGGED_IN_KEY', ';79#*2fXrt*mN8R-l%d4!:XxL7z39-K9+3H/Y72617+E5by6JqB04AesF0I5G17H');
define('NONCE_KEY', '1!7X2DUA:|7:tc6n6N@f7eLZb7tT(AF_C5333nF2Td~y0pt&+6Ns26lx9dqcHu5P');
define('AUTH_SALT', '/rKJ&+*@@7Q2&9l8*1RJqn6INa9~q*H!DC:Y#y]!5e87C&hBB;]|bj#1:iib5;x!');
define('SECURE_AUTH_SALT', 'e8C8P_Y0VY3bq#GxPd1tf&5c-w!6]wpwX7NI|*0]bVq0tz7JXjFF1x+OoR[-00!8');
define('LOGGED_IN_SALT', '9(g%FALlg739;|11-LJT@eqJ;24H|m;22*55wYV0*wOnj33&@Bz)p04omN5&5]P1');
define('NONCE_SALT', 'iyZeS345&YrWf(p)487ddE+QOxjO4BgIlt#Qj~L-KdH8Hw95D2AHM!+e0MU%k061');

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


/**#@-*/

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

/**
 * 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', '428af68769e5464b42562029d9d4a622' );
/* 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';
