File: /home/counsellingandfamilycentre.co.uk/public_html-20250117120306/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', 'counsellingandfamilycentrecouk' );
/** Database username */
define( 'DB_USER', 'counsellingandfamilycentrecouk' );
/** Database password */
define( 'DB_PASSWORD', 'bsrOFPcrSvHSDnmcOLM_xKtfeYFJvH_T' );
/** 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', 'fkLtjK,d(:ZfgBG!LIUR`NY.{/qw.E?PT&W5nF!Cz8]NBsYo}r>o$Pl~e7onriSr' );
define( 'SECURE_AUTH_KEY', '>Y8(#&t/]Qg/C)l;cZfKi/cVJ)I^?{1K1jy{.7c~!x(jl%g!.|Q>Is5eQw?Y^Y89' );
define( 'LOGGED_IN_KEY', 'QmZKuhX,$7^w3NttZm+9!QPJSqvH{Pm9O[T.2k9449GrsdZ!gFCf^5D3YPbgzuj9' );
define( 'NONCE_KEY', '-d,TT:>ek8Lx&~3P9E?AIE)V^{ibf7- VEE@!3W]+HLMw7+-^wK6x8^c[.M3 r1x' );
define( 'AUTH_SALT', 'XPbNK<[|U57W(IFtAJMdjxhq%tvOHGwd^rA9UoM#u+HsF:.HDEK%q2l(ISd3GM#7' );
define( 'SECURE_AUTH_SALT', '[:N4yj*U(du&~S!<NS$.ugZJa/;j(QIJj?3w2Y-w3G_YlUE&#d>,elruk/-d_=d/' );
define( 'LOGGED_IN_SALT', 'OZ%v_&|Nd=|A4;y-6Zo?O_E;U<gJlmdDM{qJPxasH?RW:_N@6!t4qD1z]H5zUHYV' );
define( 'NONCE_SALT', '%=Q#LmcCQP[ENo)o*0K>J3.wBi]*Hgu F$aF{_[1dH&ECA.:#CL2JRl;Z(L#Bb!E' );
define( 'WP_CACHE_KEY_SALT', '50p=3AdO}czE79{u%@xB$#!WF}Wg$7hmW+i6?_R[H22QlH1H!r7 Sbth#8:/;Y3N' );
/**#@-*/
/**
* 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';