File: //old_home_backup/snuffbox.org.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://wordpress.org/support/article/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', 'snuffboxorguk' );
/** MySQL database username */
define( 'DB_USER', 'snuffboxorguk' );
/** MySQL database password */
define( 'DB_PASSWORD', 'CvLomxLeK71F2NyY' );
/** 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', 'btYbJuCE[Y=S`_sEY(KYO#t3ofl}wC_#{:4BP:c4ct1wdU|D)d;;YE.XGo:`rnin' );
define( 'SECURE_AUTH_KEY', 'G1;q&Z#BIG*25J!^v`<_ )a]L,N)^*B87!rO3M5Z&3xg(Mn@(*(l=Hm4bE.!,eLB' );
define( 'LOGGED_IN_KEY', ',!C@9GmJ`c8!=)?Fddh[GV8q0$7z%N!]pgnGV3n8j%KM:;V7doN+n*sK89`A~e(/' );
define( 'NONCE_KEY', 'LQX6u)`Y-fw^F=H#V75-W(WiJSTy$t[EMi<~O>SRoD6Mb_>Q#g&9R-9UGK6v*.XS' );
define( 'AUTH_SALT', 'I0)JXQeT]yp(/K@V5=:H1!j0GT)Xh=OdYH$(GiHCfmWvlsqmubg+fADkEDV(; &>' );
define( 'SECURE_AUTH_SALT', 'F*XQJ0Tr+ s23_RGIs_b8AUDg0ZG9tpfG=}97Tt3;`u?7y0<LR?!JH P(At{5}SO' );
define( 'LOGGED_IN_SALT', '?9`#R9&~;-=dtk^}e/pZ$I{o2fPsaXf%VZ<U/ysc-W/fV-GVo9z|B+AVe!<Li]=W' );
define( 'NONCE_SALT', 'EMS3IQUVNuS#[]gg&0v)4WRoO6@9$_LO. X#~f{[]]E>HH%7LTsyp(g)K}BA}36o' );
/**#@-*/
/**
* 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 documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
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';