File: /home/shop-com.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', 'shop_comcouk' );
/** Database username */
define( 'DB_USER', 'shop_comcouk' );
/** Database password */
define( 'DB_PASSWORD', 'SYEO3CnPVc8jDRsFBeONljW4igGt_7tG' );
/** 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', 'f<0~1f$gQ(fLXpQV*[%m~C<p!kW<(a@Yr8gA}9$#3V01= ^mYw[-qu?^QPZe49]I' );
define( 'SECURE_AUTH_KEY', 'E+i(;uRJq8L6?t]H=og%$%u8(chZ8rTl&-OQJV%;<X,Drlqda){3dnnfe:VVs4EM' );
define( 'LOGGED_IN_KEY', 'gXU7[1%Gmz^;@~NFH(SoZ4A93?):GV*2Ww!Z)#2^(T2!J-$XGm6%tzZ$299,h;wa' );
define( 'NONCE_KEY', '`1<klwT(ZZE(_f~iP~Vzq@ywWZVi96O|b)yXT^&LKR_alruyJq:^[NaQ,I^,S4Vd' );
define( 'AUTH_SALT', '9Q)dW9EAGo0Sf* vy+#n$-I48@xn2a+~vP`j H}^mpZb}6E7sW+7]Q*,Qv&OCUCE' );
define( 'SECURE_AUTH_SALT', '&a~77nt@j5qUB>ps8{oZ1Ne{$Ybn#PUz(-o*(OOj[S5ohLJ1SHg= g3LFpiCxte+' );
define( 'LOGGED_IN_SALT', '.WDlST4zy!PrZkAa9[S0v:CbRz=&e@91K=;&!{ }XxEGOV2P_g}au@-<DW8!7fx6' );
define( 'NONCE_SALT', 'b;Z)JdbOlCnr@QB17zT5j5C/sF}}%)GEWoTs.nLTOnKtvj{$3:Q8vX&E{,2td!(!' );
define( 'WP_CACHE_KEY_SALT', 'eYO4g3Voj`$_BcDR|f!REq`3ySwEZl!MstxG_l./&%Rd)qEd(|YeMY$XWc;VpIkW' );
/**#@-*/
/**
* 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';