<?php
define( 'WP_CACHE', true ); // Added by WP Rocket



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

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

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

/** MySQL hostname */
define( 'DB_HOST', '' );

/** 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',          ',4&pS1N#L@,Pl52URUi^kAYHG%]a;<s[ mWp%5.I3G+r>X8[EWS:q@<,OJEYJrka' );
define( 'SECURE_AUTH_KEY',   'Tq9XN;d?O_9CCJzF1V~y --^>B1F;s5MENrzV&2#@rDmCtrWP8~Km>V>(HV^+BB`' );
define( 'LOGGED_IN_KEY',     '<=O%/Sz6AImT#w(5{g3RbMTxV=VYcOp~[5SN~XpWuI9AzwJ3K,|YrnUP/ieV3f_A' );
define( 'NONCE_KEY',         '5&q:M[dxTS,#nVGYw-C/y[_grur93Y_&^!_;(>^%w3}UY!0/bV0=WJ{G>Ku;pLH=' );
define( 'AUTH_SALT',         'L~23k.=+YS^dQ6a7U(*Al@Y`$7n_:O}`KLZm{xX<agzpKn1urJ@%RL [;tAY=IS#' );
define( 'SECURE_AUTH_SALT',  'PQE,SzSuK.w50T]VX>{HLX)A<08Ol4y|Pb<HV9Bi5<^2i1-1QcUz>/lDm!K&;QD{' );
define( 'LOGGED_IN_SALT',    '{2aJqDV;d-xmB-Vryeo]_(?BD7YwGNFQOVtR7|Z6e8BY&|CTYN55qe_?u*8c~za_' );
define( 'NONCE_SALT',        'zVex}Kh|Z6i7so@)CA3:;;bP`{}Vy!IBAN?<{}VxK >yNZkF#P=TreA1mEupYEKZ' );
define( 'WP_CACHE_KEY_SALT', 'Eh_0(yEd@@s7b+oZ4OF>+$E#W4c^/9O=eW@Dd(jfL?oa>gwu$n~D:e,ZsDPml6qI' );

/**
 * 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( 'DUPLICATOR_AUTH_KEY', '-2|-v[iB%>hP&pSGg(+{@^n<z1)=baiKmj~@C+xin7J9?ci_2V[}{e~+#41@51:.' );
/* That's all, stop editing! Happy publishing. */

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