File: /home/modernpainters.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', 'modernpainterscouk' );
/** Database username */
define( 'DB_USER', 'modernpainterscouk' );
/** Database password */
define( 'DB_PASSWORD', 'vAnls2YoDKRtIr4fvu_TMBzlWBdgJSc3' );
/** 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', 'c< N@I{kXHuIy3g{Y|)pp#o7g3h|%A,+wcwK!1&^m&bKGbH3UPs3pkEtURQ!%wfL' );
define( 'SECURE_AUTH_KEY', 'We&v=ZdF!`oR4)q i]`PB5LG$_+<*)7b$by5CSG!Z<=hfGGpvGA||Z:jmL8!b>LZ' );
define( 'LOGGED_IN_KEY', 'N|~EO-r-I5.WK[+9$TL{?XgX,,_<-WF#C.m~R1_nS%c=]!z?srDIEBj(ik+fA^Rn' );
define( 'NONCE_KEY', '~G?`-eUW;].wpI9f45)UBg1C_o1[rIi==qiM7>IwZO1dw&m%5H3YPu*M-e/yH;Nq' );
define( 'AUTH_SALT', 'ge#U_nc^G$b0J%p,dXlb)CYsnPHGC>LA9Okqmg,c8i?]tx>y}7DuIj6L;SQxam&}' );
define( 'SECURE_AUTH_SALT', 'S-Mgu2]JDN}h2e`6n_PT3;L=jNHVSt6ijqwIuZe+v/~|}?|s,a]#%YLb6nB@&0vl' );
define( 'LOGGED_IN_SALT', '#&MT#w_U=.qTW6-?dp]fm``I#miGL!f4D3}a9dS=:d_DG/~=T|84ZtZ}>I4j)mY]' );
define( 'NONCE_SALT', '9/DZp,VQcGqvlJ=!)AXef3ZbM8$Xdg?f}R3TY2v[N,n(`8#PnCpk?_4<($ /e~Bs' );
define( 'WP_CACHE_KEY_SALT', 'p^S=]D8h#<gg]kH^xPH+hffq:0c cCGWC-{O]~.>Z_f=R;QGu;#,e]VHGU/Ykc~m' );
/**#@-*/
/**
* 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_etwtf';
/* 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';