File: //home/constructionmarketinguk.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', 'constructionmarketingukcouk' );
/** Database username */
define( 'DB_USER', 'constructionmarketingukcouk' );
/** Database password */
define( 'DB_PASSWORD', 'R6_AO_DKRAexXSH1K8c9il0n0urE9aNr' );
/** 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', 'vk2H*gL8fv>|;^1ca6|1g%o8U!SX,A;p_:= WX>f^HQdi|Q/tP(c:1v,-7h&2!b(' );
define( 'SECURE_AUTH_KEY', '46X0G`oq<Gm@D[nzb W`ikO2#f}g4_P+qA,W%/%_NDe;)a67AS{B)>pBV<N.C^P:' );
define( 'LOGGED_IN_KEY', 'Ku25X*vaS/ubO2Y.m9Ek@/U+S:5|d[r6=-`0vC7X)E6|5/mglO=0P`;n$CPmKA9!' );
define( 'NONCE_KEY', 'Q`D.AvWX<y1TVDuH}v7^Cxi Vd3]V$f}{LUr!Tx9YBr WW kjOO_Sj0LmOE2jW7>' );
define( 'AUTH_SALT', 'qR;ku>P|yYO|Z<68}uXWz8$ks8{a}=VeLuxZfk*hpwU(Qp&[= )[L_<d8Di]M3?+' );
define( 'SECURE_AUTH_SALT', 'oEx1itfmv]/|lbo:.Oenmy{D(zc6N(juo%feoJG(s^P7k&^2MD(+O^&@KQhU4qA' );
define( 'LOGGED_IN_SALT', 'Y u}xh#H5{I+X]]YqI:e|n5]35:^^STwzI&Hx_e|!DwINMZ{X~%.nG[[hSkeH(2B' );
define( 'NONCE_SALT', 'tf?,}Jg{u.}D-2KASFQRG/qO:7xK^tGj XQ5$>P~@$gbrx7V^MDC0[[2pfDNEAgx' );
define( 'WP_CACHE_KEY_SALT', 'e6Ft?x&V^*W1xO`D#y2z`Z P,nV.o((GwhOiN9xqjC$3XYjY+vaq)x8GyXeza38P' );
/**#@-*/
/**
* 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';