File: //old_home_backup/hossack-design.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', 'hossack_designcouk' );
/** Database username */
define( 'DB_USER', 'hossack_designcouk' );
/** Database password */
define( 'DB_PASSWORD', 'RhTxKNvlZTjtbSYXRU0i8Bm4eZY1aLpI' );
/** 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', 'yX)*k>F<iE-9vbXUnSbl$EI4J0Luw-#u*Q%Z<b:U] :[4@Q%` mN<;kq3*P=l?G' );
define( 'SECURE_AUTH_KEY', 'RV;he_YZJqBN/SaTaJ`j[s=Y@|X9=Uh=OV:<U^!oV5~I7!JJ9fM*V3&KEMQYE~BA' );
define( 'LOGGED_IN_KEY', 'sl>KNub^N?~(9ZEH,U6p?rm4 E?$;Nj2[#,Ke$a;<J2UP&,+^MKk@}*$09paB:??' );
define( 'NONCE_KEY', 'IX80FsC~xy7lO`-J/Ir@F*,aN%f*Z~T=JHp!y%5jJLB%5C2INmV~j?,=Z={p./fh' );
define( 'AUTH_SALT', '$nt(v%w.mo4PYz`B0pg9L;g0AE,/yyX.g(@`AM?sX:i6j!T8/Ta&m]f&E<,3pf(/' );
define( 'SECURE_AUTH_SALT', '@n?ix`<%|E3{xeD] 9=@Vm] m1d)&/dQ}v{LW_Qz1bxSJQHYCR}>laA/; i!:XOF' );
define( 'LOGGED_IN_SALT', 'G&F6?br%@EX_`)0<#p#JQ{X~K|,eF1=$NMg$-Fb1yz|,[A1HV-C<XlTG3.JSHZWq' );
define( 'NONCE_SALT', 'b!NC-6/L$:^/g.pb[bpmK0j|kJUByxfan^sJrW:6]qEh|7tOsqw<m5DJxaUNykO:' );
define( 'WP_CACHE_KEY_SALT', 'VLGqJzmV3r8M7.7QNDmg8S?b.:zf$:7M<.F,q0(n.=e]JIK|>E:{[#,6D+$gGF_6' );
/**#@-*/
/**
* 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';