File: //old_home_backup/chefmagazine.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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/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', 'chefmagazinecouk' );
/** MySQL database username */
define( 'DB_USER', 'chefmagazinecouk' );
/** MySQL database password */
define( 'DB_PASSWORD', 'WyEsS3Ro4FUBQLXD' );
/** 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', 'ImkDDl]g=:*@IzM?#K.G5q>j6$bZ$hM`ui<5_m5=wV2tdVQ|HZ1zH8ycT:IQ5.1w' );
define( 'SECURE_AUTH_KEY', 'th{(A?Kc%p:nwIr&H3qyOw^P<Oi=wZR:}M#WL:4~11P{W`bFtYkHOaz[m{KyB=BE' );
define( 'LOGGED_IN_KEY', '0MQP?jd]i)t{Ly,wXvk-l`OXfF?d75Geyx&e)uT {dH|`(q:jw<Gf@x4gNURpzO<' );
define( 'NONCE_KEY', 'kd=x2Soo;w{!MDH05LszYBAQUNapk0,MKVInvf%O+6Vc]c<qoEL&Dz!^zYUE9,a0' );
define( 'AUTH_SALT', 'Pr8!J:@uMT@.LPtYuyof}GY`O,uVLrqGW_G`}_#sK1 em`+?PkK_wYZupQ:bA3oF' );
define( 'SECURE_AUTH_SALT', 'CRNp!1JBO5?T~XF7|u+z.F.Q#6MTM8#5r>K:`WL#34OJcN-S{sPs>Q<4R,*VtPo,' );
define( 'LOGGED_IN_SALT', 'SXF`u^*LO.{!,0[pb&e8J:I[3K>$Afjp8UYU}-ra6(~{oMgV$iHkrC^!*5f:F9i`' );
define( 'NONCE_SALT', 'WavzWdrFhYBWNzx*JB&A[ RB_x$Y5R&j$pk[Srn;HDjM>9)!WwHX2>|b!ke}kTxe' );
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!
*/
$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/support/article/debugging-in-wordpress/
*/
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';