File: //old_home_backup/leadbank.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', 'leadbankcouk' );
/** Database username */
define( 'DB_USER', 'leadbankcouk' );
/** Database password */
define( 'DB_PASSWORD', 'O7Eb1MgBoMagNGXEUcCkCfidqFZIHVre' );
/** 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', ';bG0/Sn7<{.3kA<l969Tf_wjl6Loowt^F[Ez@?g&!:OIxL(f[RfUZcE%Pc$w+,Lk' );
define( 'SECURE_AUTH_KEY', '~x@X_0*jI+~cCK4jg(r&pNgm<Y[oa;isXcE|=TE=_*Gcz;1-3xwrZ[G6a XH|{2;' );
define( 'LOGGED_IN_KEY', '(#n|3#yDGlLTd:Vm(Nd?dc(3zI~dHS?hYFH0@iyW{C)dS[n_Zy,2D%AH]OpY9O1#' );
define( 'NONCE_KEY', '-ieXTlvg}BTc$O^8!`h>m KewF4LqvG+KRG_qo5 yBf[vi$>Lv1L-zI<<?ns{Jc+' );
define( 'AUTH_SALT', '~?t{#lJ.}(3@K<%G@MAzb0Y+sIAv,Rz?[p^GR3J)NR85yu*K;.~+iN3`gO9oi7G2' );
define( 'SECURE_AUTH_SALT', '|#|cozY`&Jr+#)Qk]~fxE9oKgpc-%@bF ;v!]lr=[BI?GO_UnBa)(;59])%9IKC}' );
define( 'LOGGED_IN_SALT', 'TSk+$@O5KI&NFQwSUg0ie%Qf~.Lk-&IlR~},7gWRLOYQ%:k84>G=@y_Ogj?R%>_M' );
define( 'NONCE_SALT', '^tK7M<D[{&l%5Jz>UF7q(27!*,4P5%/mFkNc*DReS[+6bA(,L^G$GUAp%fup^,W|' );
define( 'WP_CACHE_KEY_SALT', '; Fy83?nmg@W:1WW;m1-1%aD!X6z00yK)e1vYCp^+iIu~A9-C#[~^L=saS|/x`]F' );
/**#@-*/
/**
* 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';