<?php
define( 'WP_CACHE', true );


define( 'WP_CACHE', false /* Modified by NitroPack */ );
/**
 * 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', 'admin_whostcouk' );

/** MySQL database username */
define( 'DB_USER', 'admin_whostcouk' );

/** MySQL database password */
define( 'DB_PASSWORD', 'squirm03eyebar' );

/** 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',         'zV)>EUMI(?Tc(ymNGXy$&2CW7x-r:Z*^kGOt^bh1@MGJ4sI0Z5k>8_1Vxz00<spT' );
define( 'SECURE_AUTH_KEY',  'Q!3*BNYBSMjoAn1e+gl`Qm<2R`lVo~*q=XDF[ WfM{xs3:390jN?VqOo^v@TSrcR' );
define( 'LOGGED_IN_KEY',    '$xBuWfz}PxkPNu<laTY3Jm%AA[*PD%SK#==d1<}B:L1UZYa|=kV$gJ]r.1/KdFi#' );
define( 'NONCE_KEY',        '+{c:lFAVZw!E*QLTB9naI7k(0y=j%zK X/ |9Kw,E:t|qa4;9t8B]grEXrPHXB_o' );
define( 'AUTH_SALT',        'J?p)Fa3w4DMJ`BiH6YO1w!S%LS$~g>Ru*wm++9C7KBF<0( m_rSg,<)H8]s~:tG}' );
define( 'SECURE_AUTH_SALT', 'ajX,T0GBavi>BLC.BraZ-YTmI?Cqvl%(E08@+&f=[qs=1Ccz|/$_;6U6[iKI#fT*' );
define( 'LOGGED_IN_SALT',   '.y>;LN57qw{*kfq&v]omp#Eei#(~ci{(UB1.$NsC2wz)M)mrYFS;;K9t9~P>eIhx' );
define( 'NONCE_SALT',       'ZdpA/<qg+T%WR[OZC+XU~H,snn%A>cCDOiT?T],;D]x#a~Xw2R9CR?p.-ejmxLUN' );

/**#@-*/

/**
 * 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_';
define('DISALLOW_FILE_EDIT',1);

/**
 * 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';
