File: //old_home_backup/imspa.co.uk/public_html-20241004161014/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', 'imspacouk' );
/** MySQL database username */
define( 'DB_USER', 'imspacouk' );
/** MySQL database password */
define( 'DB_PASSWORD', 'tZvP1N8WV4s46pN2' );
/** 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', 'm:y=h({w<!mRvW)MmhF(pcKyKl,e ~Vz{/5Nve9$b$Z1QWXm/g.pP_RD:]U&t/LH' );
define( 'SECURE_AUTH_KEY', 'eSwzhe37s.05YerH]kU]n`lwbDTy;:{3,.n|HRYg=#xQrZ^PpA1?gRER@_eu/yWp' );
define( 'LOGGED_IN_KEY', 'x7fB2,1pVEH0_15(aW_(30e%Bi_qgohttg_L[@JX1q?5o-{8%i~N8zZ;jw!&G{pz' );
define( 'NONCE_KEY', '<1wD.UH~m!`e|OmFxZ86SM!)Y-a/OswpLF%Ntha1tN<sm?lv4u},VQC4?ts+eKF{' );
define( 'AUTH_SALT', 'L[zJ^o/~+>ru9k`Ly .!$V(_:iKl,A^PgdQha&.@Z9w3@X0?joUd%N..!BGBJ.56' );
define( 'SECURE_AUTH_SALT', '!nB16m)Y`Ud$K15x<Q0c}udT-]nUEM,6<`/gMV4q|W~JpqVXAM?-+c%%CwBRN0W#' );
define( 'LOGGED_IN_SALT', 'UZOlZ9y,1zBzs,Kdxykp,c=Fz},(ZN$Ebq[jB=<k1Bl^Kb8qklk%|qc_Px>)KA#-' );
define( 'NONCE_SALT', '~u +^/-{c@0Q<4a/9GRXZReY`L._xM;M>a&Fqc=Cr,(PQ~kb+WwUb*,5eFIOV0&1' );
define('FS_METHOD', 'direct');
/** Ben made me */
/**#@-*/
/**
* 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';