<?php
define( 'WP_CACHE', true );
/**
* 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', "db_bestcable" );
/** Database username */
define( 'DB_USER', "db_user" );
/** Database password */
define( 'DB_PASSWORD', "T3&8JIF,]tc48lHV" );
/** Database hostname */
define( 'DB_HOST', "localhost" );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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', '~?o9Ypu]pl^nW-E-?]z$K$ 7@MKU(m_IdUN,-vjO=`>v(+-!@Zt}>j5@>LSB*xo-');
define('SECURE_AUTH_KEY', '^_g_{S&oug8er_]+2_O|4!Q6KA|z_~ktAa8baUyY@Cgbr-3W #hoU&,Q2oJd$Dd`');
define('LOGGED_IN_KEY', 'B[?+bT2!`i+(Ux/E;cSqrK0`+3n8_P_K|XND(>H1&Of*Nw5>LQZ#5W+[c}v%d!9b');
define('NONCE_KEY', 'IFdJZh`T}TrkK8N/&ZIw!Mcs3gX8.`xLxT8A$+|Np:(7>?]Y]NxBvV0s(~FJ7q(,');
define('AUTH_SALT', '=+ -RJy1Kg,b9=M%lY@A;?~HnLE|=5J$&lcR]ns2[LpEe<b++x.+|;&N/SspNPCb');
define('SECURE_AUTH_SALT', 'ykj<IM.#6w:kYY P`*bf,{lrQlxUspW,2PJNbH]*%68N8c-<tXd,XH+F:Z$*|9JH');
define('LOGGED_IN_SALT', '~wg?1 M?zxksdq=HpwYZIw%g{*1`%r4=bO7CP~dP6MX (pb,5|5+.o+1d:DI-_/#');
define('NONCE_SALT', '-m~!VfUai6[lF-8pf&M]byvU&OPd7sg0/:lEBmc-ja+eNiy02~$.Hp#ULL27!GF.');
/**#@-*/
/**
* 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 = 'wp_';
/**
* 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('SUCURI_PLUG_KEY', 'f243cb6759e9242cbf85095ebf077f27effc989ac73597cc501a06855a76d6ae');
define('SUCURI_PLUG_SALT', 'ce676d1894f1a171ff4b9a14d85ceb9fc57b68034482d77f0518992ed8d126e0');
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname(__FILE__) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
Name Last modified Size Description