File: //home/wedotrades.co.uk/public_html/wp-config.php
<?php
define( 'WP_CACHE', true );
/**
* 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', 'wedotradescouk' );
/** Database username */
define( 'DB_USER', 'wedotradescouk' );
/** Database password */
define( 'DB_PASSWORD', 'xYw1sHYiyo9n6utE9D2TGo2XnfLKX37X' );
/** 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', 'hS:=9[ZKqZ$%4/L 7!D;gQH)A+zY[$Pl|1]{y8/5HS%,i/X( I?+{{THd;8C[dLb' );
define( 'SECURE_AUTH_KEY', 'pZG,lBsC1g*IB/+(2N>6Fe@`S{OmD@}+loS|^%d(U?0z0#Ysc+zCYi$KpqIx,>lK' );
define( 'LOGGED_IN_KEY', 'qmmxW8{O_y58fPLH{}?7=yo~6Z$Cl&TBW(*{.LBarvo9],Tt4;L mg7hqlq%#Wcz' );
define( 'NONCE_KEY', 'Z<1?H7Cst:|i32bA*+(z9z7jn-%$&[7JL!1CUA!psFmwu32>87I<uDi>/DH: *Zd' );
define( 'AUTH_SALT', '93f.g5oYl-%l%V-Ur!/Py<H4>l#H~^}oI!?vcNK=v&hGrJMVJ5`^M>E77 < je,z' );
define( 'SECURE_AUTH_SALT', '6W +G0Xqcw~g:F~8`NhA`4Pu50HP)*rW}9#q~/HrbV_> GlDzY=:E-gi0%8GH2+L' );
define( 'LOGGED_IN_SALT', 'fWqYks`Zl[z4pkbg=9!$]UFMu330wNYw5Q!6#y_cx,@tuEl$m-wtzz4]mI{|h[XO' );
define( 'NONCE_SALT', '[%g{@}mn0l|Ma^*$9,>k}Gk;:-WG9/?hxh@57H/tASq[xHygkd2]Fv?z8qfxU%*I' );
define( 'WP_CACHE_KEY_SALT', 'PmGAT/{: Z6:bGn$,]HtcFBZw]fHoF6Rc+qtvU?$QI/80nwN[2N-_z,)SH#RJ>mX' );
/**#@-*/
/**
* 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';