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

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

/** Database username */
define( 'DB_USER', '' );

/** Database password */
define( 'DB_PASSWORD', '' );

/** Database 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',          '4b6qv4$FW:&m|sYS[Fy#Da]V(hvY2ci{1QS+%+01:[nGl9nGKux*PyGA)dyO[V+#' );
define( 'SECURE_AUTH_KEY',   '1~GvQ@nHv]}<ty3vKQq}mEvKbV-0dDu0j(2!j`%zfQffUdhWE]_$M/{w^ mfP,Mm' );
define( 'LOGGED_IN_KEY',     'QJ0f%Vr260D2QNtt`x[]wHTfiBe(h WH4gSfi_fU4T&:I9b{o4X=8n<IIK~PX3EG' );
define( 'NONCE_KEY',         '-o8zZ99.7mwS~J7h6O0LY3Ilc5&Lz6938ub/Kf`acu@;G8u&zp6;v|3{{!)xsMu9' );
define( 'AUTH_SALT',         'S{|&/&JL+~mn]>1N*xydu6-%vW*pn^NceKsO674q.KXtlJdq( [XGX#GvJrU*C]b' );
define( 'SECURE_AUTH_SALT',  '!vNw1=;e~k[h6T`eau6lyb2DkXh)0mRN]OSxJ^0o|i{xJ3zs723Z`?FOpiP^6VW ' );
define( 'LOGGED_IN_SALT',    'Ff*5R<L}2mq@~1iX^51qxq Q_>iw*kNo^U!=.%y&-j$)=`lL,JAnc,&_3yfC1{Rl' );
define( 'NONCE_SALT',        'uWl*S[eVJZy;gA2lviXZWp@uTUc=YSD$Th/cWAmlrY0qrlv!c8e HT 4Svmlj1r#' );
define( 'WP_CACHE_KEY_SALT', '9hMb%,>w2S@7rdN5TO6<Yy+}?.nx[-o13x4XYm^];C%k[rJ[A_R&vs_4fY3jdKRa' );


/**#@-*/

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


/* Add any custom values between this line and the "stop editing" line. */



define( 'FS_METHOD', 'direct' );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', true );
define( 'CONCATENATE_SCRIPTS', false );
define( 'AUTOSAVE_INTERVAL', 600 );
define( 'WP_POST_REVISIONS', 5 );
define( 'EMPTY_TRASH_DAYS', 21 );
define( 'DUPLICATOR_AUTH_KEY', '<A5<+qI?#3pf# ?eiMjKsq$0B9`&ax!}V_jrW/)W1y>PWu3*|!K@1cz<l>zjlw6I' );
/* 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';
