File: //old_home_backup/mytermlifeinsurance.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', 'mytermlifeinsurancecouk' );
/** MySQL database username */
define( 'DB_USER', 'mytermlifeinsurancecouk' );
/** MySQL database password */
define( 'DB_PASSWORD', '0JhvTHw0YqPAC1hQ' );
/** 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', ',*CDp?8jm+nR%qoN@M9T6X8YNK])Y:N!] STSoGD>.Yzb1;zkSA#.W>=t`4c MDK' );
define( 'SECURE_AUTH_KEY', '-A }{QGZA{fO?3Otc.h>ec [XCx2%t/0Ju)FB^lY0T=PO[{bW)jtzVl-@u/gl9-r' );
define( 'LOGGED_IN_KEY', 'f[o=-8IQ@/`TI4^q6d4t?cISrb/)H{Al@WNP_-jE,QkM:V}Kt~]g%b%l* ?OfPaB' );
define( 'NONCE_KEY', 'qXR]tOsIT3Q%?s* ~c+~E$*ODjWk`FR`bw4rK,@^bhk4R`O5!(#]2&H>@&Z~w<+8' );
define( 'AUTH_SALT', '!s2_M=$II|,!~[-EE4@mZL)e#4]e_Lrj;vQGZHU/gh@w0pu19XDsJZJ{o=Y1!msa' );
define( 'SECURE_AUTH_SALT', 'AS}E4`V(|$18%ac)6}Qqg6%cnj<NShNc|D$rFb?9/+Y=]8/}p_B}z+5]$I/@2Lc=' );
define( 'LOGGED_IN_SALT', '1ui_|VxuM]J8fNIK|=eDw;o]~j[!SMJ,dRmTtxnHoI$VAA3WFDl5V+W1R1we(rVJ' );
define( 'NONCE_SALT', '-K{891lu8%fL%1KOs[M<sFX.N>o|m}QQ`uLU`)Kb$W1REx.$GSy|6O_5b@L1Dv,(' );
/**#@-*/
/**
* 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';