File: /home/fizzybrain.co.uk/public_html/wp-config.php__2de15c4
<?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', 'fizzybraincouk' );
/** Database username */
define( 'DB_USER', 'fizzybraincouk' );
/** Database password */
define( 'DB_PASSWORD', 'm7esSYAN0qnYSMfcP7sZRlmAgcJROClb' );
/** 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', 'c4aFJwthR[g>^hj odhy;bWLjFP-//KRar[(W0hBA*;s-p:@<(OGWS7{!fP5F9Cq' );
define( 'SECURE_AUTH_KEY', '`Yo$bY|W=c3P{JaW_AbPOq.<p>48tya^Xf=A({uIQq:|UZlK%af&F;/pCEl0e!#3' );
define( 'LOGGED_IN_KEY', 'fO_:,I|rs,.`Qz#jZC4bN8=!DmZd=T3`FZZW^C8+ij<`i*/1rR<Q#[ (9O}*)A<s' );
define( 'NONCE_KEY', 'SPs4Io,5E/ftkxqyOT,cZjYi&$d]:HK?yA8{JC[Yp0_:k@}X+$PB8`Q[chWV:2O,' );
define( 'AUTH_SALT', ']+fU]z_~J$]NW72]$~1^2cF_J=SG$ZgVU+#R~|AL/ovfegK>?jvsfQqg!;QBhPgv' );
define( 'SECURE_AUTH_SALT', 'Yg1U 5=:}GY.Xdpnv,?iR{a^Ng>3sTA1(hryX-h3 !M2kkL1k^)KaB&GL.(ii;$T' );
define( 'LOGGED_IN_SALT', 'n?[)kaI,dnhLnQgAoAs*n]&;*p5FG]nK,5LmiuskG7iuup?~}LA/*q2|PjzL4QbK' );
define( 'NONCE_SALT', 'DiP%hR10={e0op/[;J OEmQ4ivpp].el&}qS90&p`!n5;xVR5P/8k.T1B6|Njr5:' );
define( 'WP_CACHE_KEY_SALT', 'B$V%f38SlIe5J:o`?L7Jq>/.A23LY<mxOt-gZ#`PDrP6cJ&KzhP$;I~2X3)xG_4E' );
/**#@-*/
/**
* 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';