File: //old_home_backup/numberone4property.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', 'numberone4propertycouk' );
/** MySQL database username */
define( 'DB_USER', 'numberone4propertycouk' );
/** MySQL database password */
define( 'DB_PASSWORD', '0YEdAVelKfOJ2u61' );
/** 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', 'eUklKCbR@5WiQ]H4U!Nh;Qy| e6dqo.4mR`{mNoaXWj+KjiouVThA5C|]RC1F]<@' );
define( 'SECURE_AUTH_KEY', 'G4rHP39c$*v/f*bH6~4^_NuF7#!R7MF`A^>lJ2M:9`.5>$L)Pq4$Ux^*f>m5;Y.b' );
define( 'LOGGED_IN_KEY', '%5pYHD&TU;5i+`HduV!}-s$W-D{i_}GP}(|{W |Js5E/P0F_!!Kx>f4X#1RMT52A' );
define( 'NONCE_KEY', 'F?,],&kFCTS7(nRkh[p[XA}7BDB$N,jH}(yU$s::LdPFHD~6^;xT>iLU((gN*4e}' );
define( 'AUTH_SALT', 'JVNY{+,.4&<4+JN!jK`dCQ$wcClFy8Bz]o a~t1`=j(G2hcl,yu6Rc;|&(Id_5J6' );
define( 'SECURE_AUTH_SALT', '^2yJ7hdxkX3IaJeCa I!=h2a]v*v.v%mv|>s-=i$bnMVz-IEghy]jh+MXZdW{X4`' );
define( 'LOGGED_IN_SALT', 'A8vdLmcG^% $fQ?qEsB_h@mWRpU_A3m:2;,1ma@Y$@NLE?^wSnRJ:XR E[=dGWUv' );
define( 'NONCE_SALT', '[w}i(J7vyLHpfpp`H0|%6Sr[.v*!bx! E&-UuHkEm[1z&[lk/Bra<xJl)i,nwLPU' );
/**#@-*/
/**
* 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';