File: /home/counsellingandfamilycentre.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', 'counsellingandfamilycentrecouk' );
/** Database username */
define( 'DB_USER', 'counsellingandfamilycentrecouk' );
/** Database password */
define( 'DB_PASSWORD', 'm0dyvs6beh9YH9DR68aid19IhNjQVDr0' );
/** 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', ')J_sxjAFOB&}isv.}bEK69+az PIZ};BbC^ Z<E,U80K3XQM^w[V|RJ8`O7|JvNw' );
define( 'SECURE_AUTH_KEY', 'n7&!n%RUgar#G&%=:%jje3*JV#[sNqtoXImM:hK#g_cZQx599FDL_N7*KZsyrh8K' );
define( 'LOGGED_IN_KEY', '+q@dRZ[wDZavc[0;hQp)8h4U,vujLwd+T53f*#Mu1UCh8j;%0/<z23C&)Q5yFOr3' );
define( 'NONCE_KEY', 'QOaS6|6KSm2^RYBM4cb^!pt=}%,FhGtFAzp)cKvAkP.2L2S^(nn!6kwZNM?zC 1g' );
define( 'AUTH_SALT', '!{(jkjONvenbHoB1 !xj:;U_l_rR^0}eex]-2G<}`97(.eCb.j}Z&EKjV/:%u(b3' );
define( 'SECURE_AUTH_SALT', '7.U4l4E]W>)j$?zSFUIgxxL8N;rNBrsS`,K`**:B#GFVZoG(%tDES-Vq.I$xwcs}' );
define( 'LOGGED_IN_SALT', '=vdc5rzZ<)vqU.5EZc9[%jeo{V<_oI7ANM=X2ICWNDr_6z+wbNEoOn^?XNc];=ee' );
define( 'NONCE_SALT', 'y=fDI&n9<kTRta2F %OuX+<)bs8<EJ,ekm%-kK?r0#cBlG&!T:Rd#T#qW}e hdJz' );
define( 'WP_CACHE_KEY_SALT', 'sTg,(%1dT>p2)6r!_7|b_1h<|^tX,xU==;u!^`?L-t%dB_QlZD:DRD9/Clnh6IX.' );
/**#@-*/
/**
* 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';