File: //old_home_backup/igennie.co.uk/public_html-20241004160931/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('WP_CACHE', true);
define( 'WPCACHEHOME', '/home/igennie.co.uk/public_html/wp-content/plugins/wp-super-cache/' );
define( 'DB_NAME', 'igenniecouk' );
/** MySQL database username */
define( 'DB_USER', 'igenniecouk' );
/** MySQL database password */
define( 'DB_PASSWORD', 'L4M5tsPSKpt2kmSM' );
/** 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', 'Aiy_:wnEh^yB@=} sa{Nu%1ud8/I}jgj<JnS9vID9<3v|Y,SA{)q_qi:b u{%^5k' );
define( 'SECURE_AUTH_KEY', '@tv3}OL4d9:V.U7SRw3]S.$>`PL^*!S#wnrE]A9{HMo6J62CMR P_,^w fH)Lxy ' );
define( 'LOGGED_IN_KEY', 'y9p;}oA+cII.m7p!B?ysC@HFLeW|EM(Dd[yrBgAykcY.>^Okj(.pgSWs9dt 69_' );
define( 'NONCE_KEY', '(!#fw6a[%zz,^pI{hI6u0%.{b&W6KF$zQ1PV8{w:4j<`?:hMK.EPf}2h?F{k%8q]' );
define( 'AUTH_SALT', 's;D8RN+WYk`]0c5|Ua[;O$})R!p<:L(f(<,=m6Pv<lD:&0om|;+^~tlg34U9Jk{*' );
define( 'SECURE_AUTH_SALT', 'M#5,(N0)/|y1M-9$n0}O]r)BFO&`yer]Y62[4VHnNT/j545bV4QEm8~U=e>L1q&(' );
define( 'LOGGED_IN_SALT', '*goG*}v1rxdzqU;Ffy%#=i;=+qUs^#Za@e4-I4a5t/E:]=tP!z9W5BU_V`Hn?}/y' );
define( 'NONCE_SALT', 'w 0QVbpN}2$%BP-!I4k&[].PU=aQw<Aq1}5Z8S62][_vv.*o$Z>]%5W6b20B1=N&' );
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/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';