File: /home/healthinsuranceuk.org.uk/public_html-20250117121157/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', 'healthinsuranceukorguk' );
/** Database username */
define( 'DB_USER', 'healthinsuranceukorguk' );
/** Database password */
define( 'DB_PASSWORD', '_mdgJBRkpQelDpHE584KnLSp5hslDBIS' );
/** 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', 'f&gyZ)HA$k@])]lZs2E2K}xN3CaD-2O!3(~fy =s*[_>[w77N1,kO.;r%wMieo*/' );
define( 'SECURE_AUTH_KEY', '[^nq_r2O$CO:e{KJ[T9K0.q?=E%,vn[$@0Z(mcAS$nR!MpaUKc*4I0FO LzY5aW^' );
define( 'LOGGED_IN_KEY', '18O%k|&<DNf=/-Cr#yLJp2[M_9W/=-3$lnW#M=Q,IT=:mYNUNci)?}<]lPX0KO)+' );
define( 'NONCE_KEY', 'B!!eSw.kylriMQThg^E1_I.)1@w50R<>uz3W:T<&}9cAvZ8/AghzYpFnO[Y}bcyM' );
define( 'AUTH_SALT', 'vMii;(e1<ZKZ5E&$<vzYF?_`KG1dhgyYnS9foW] d!itL{?9k^.&]?b743YiuuZ6' );
define( 'SECURE_AUTH_SALT', 'jy(_0Zvw`wMMz>?s!-svm:3khz(SCi!l^aYY0kmOV:|?T;Eb@QQW3!NQ kny{HsV' );
define( 'LOGGED_IN_SALT', '@*MjHj}0=8{yRX |l_z<qjI1NcA01[G`bZi-~<Q#7Lg_vnDDH/wM>YYc1|f{u.h&' );
define( 'NONCE_SALT', '-@/Ge6#@A~y5weV*3uOa`>rHK}^X2YMa_Un2nR^X87Y{0 Dw=]q:6;7MM2o|>gID' );
define( 'WP_CACHE_KEY_SALT', 'b#2i~^l<Ho4g|*BZ_!<L3,]VDOLjzro+>eI?3w7uR^sAtI22<IVEsYN9b~PE^U0w' );
/**#@-*/
/**
* 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';