File: //old_home_backup/vinylsingles.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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://codex.wordpress.org/Editing_wp-config.php
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'vinylsinglescouk');
/** MySQL database username */
define('DB_USER', 'vinylsinglescouk');
/** MySQL database password */
define('DB_PASSWORD', '58nQ8oo01EXs9bvI');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8mb4');
/** 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', '9[cdOjtjyrPXq!3yVvHT}%YV;#(m867{R*`HIqo/4./<D5Jr<7v)K{|!,A}I90~U');
define('SECURE_AUTH_KEY', '.jU7-ItIB^RVG=mc ySG: g-@NtV:MT{:{mI{kH}YeMg`%dFAGF3G?!Hn`/9Mys');
define('LOGGED_IN_KEY', 'Bc,Y.zA)t{#{CrU+*z`tOju,B?DR;KF.wxpXHu2{1l7&vW3,| Lk5bSX0)p60*);');
define('NONCE_KEY', 'pn!M$eawllC8PKSB=%_$DT!kP9u,@^=w1<Buo.RI@:g!lAc0?r~!B_nW] TSA$%B');
define('AUTH_SALT', '/Qa=_XLj%OyrbEENriUub`wszEQ%J+0Rf?QiA=/6x%kTNZOFH7liVD4<]Ge%b#1.');
define('SECURE_AUTH_SALT', ';o97t`v3$`F[5RFqgxEylM-VscoY{?T>jHyfB1miHAYtBb&tB(*|0j%Vbs9>;$6%');
define('LOGGED_IN_SALT', '8:h9Uf31}$dJNVi5}:]5,@,@P7~PrlQv~lzzFjif7w!E2z;s`2~v,;3j:.GDR[b.');
define('NONCE_SALT', '~u`<0+~+h#aT;lFrf<>i^Z~M3?;:3M<A)NV|pT~4u7AES5=,#knn;Ks`k[d#Cg0/');
define('FS_METHOD', 'direct');
/**#@-*/
/**
* 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_';
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define('WP_DEBUG', false);
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');