File: //old_home_backup/boomemory.co.uk/public_html/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:
*
* * 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', 'boomemorycouk' );
/** Database username */
define( 'DB_USER', 'boomemorycouk' );
/** Database password */
define( 'DB_PASSWORD', 'i9bbH00MvPIXDecmpxlrIebSGq90T9I4' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** 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', '~/VJ!pWIT~E<%}+*}5ID)tlAbSaZ&|HikydhT=I9b*ly#;$L@h6a&e9*o_M:y-fd' );
define( 'SECURE_AUTH_KEY', 'c1pe|=:f)F;,+?|1jVhTLx.D3! 32}QkMeE.18F>`65aUIM6?i:Ky&k:bR+_M_._' );
define( 'LOGGED_IN_KEY', 'q+ R5o0HH%NV3%htA*(.w.[.9[C0t]5Ng+0,RZ!LLN`ji*RnB:&~>HoYv;9RB2<6' );
define( 'NONCE_KEY', '[K|W&5}fU(!+lPBC%J>N^ZlqOKR$~PZL_A|-e0`?)efSuER>zm6HS#]{W^E=`{kL' );
define( 'AUTH_SALT', '>?YHK**)K&> 8{_fG#5+;TOZuSo8}j_iSowoo!?1a:b52#_fM,-e:HH_@,P/%gpm' );
define( 'SECURE_AUTH_SALT', 'S/_VS_$0[K#+82Kq%)=A`RH M/cn:2 7)12D&]RjWmTTT,P5r=h>XYhH` YNCkSU' );
define( 'LOGGED_IN_SALT', '~f]tS)e 99 H:$6g`VN:%1&6>~4O1kAg?W^f/,y2qAV a,z@x8e-W&]|/aJdYsIy' );
define( 'NONCE_SALT', '~K&7ChEm;tqP*+S:FvG[mT2^-{%Us?/bu@43!-K_g7~_8nl$01uz:gO7c*YM`qhf' );
define( 'WP_CACHE_KEY_SALT', '8c0Zs:h3d@w!A;U*u1tP,pO!6z>_}3GV4M$jkv_aC,Muj R 3s=4@!O@P9{dc<iJ' );
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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';