<?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',          'l7W-Z;8:pf@wE#~K{I_KAU#*K|GVK*EqO#![Hp<d>[_]AHh24v^ubkFaGqe[4MYw' );
define( 'SECURE_AUTH_KEY',   '7ox?M[jLI-?<>RrNR|ro5QcvI4?ypNy[a&sMGT]QgD9uAV&--VyIf4Q963h^*QxN' );
define( 'LOGGED_IN_KEY',     'wk7A0tnF%<> CC/,2vw(2nQFaY}axv;:S3K6_N.VO+pn1;>}9(OIM|af?&$DD-j-' );
define( 'NONCE_KEY',         '@suUuO*2#j6>b/31ddk1L$P^Ln-<^8]K_1ab)H,n*6m}!4 R{/]hj1[*mt`XZ0e1' );
define( 'AUTH_SALT',         'lc~rwL]ta/0]% 64[l!G43Js~s9qjIniW= Hi!!e<5AJ(@MZqO|V%H3|_{$9uI1Q' );
define( 'SECURE_AUTH_SALT',  'B9,c%Nr/KJng5n!8~0I$kovptZtqaUD/BT, cp^^> kee~.1BaM8|k]-4mn/&Lv*' );
define( 'LOGGED_IN_SALT',    '5$b0tRw/B-/yl/NxX<e#L$Xp[cQ)2-As6gh3ZJ-HJmhrV#%]aXuX(M<20n%ESV{V' );
define( 'NONCE_SALT',        'se.O~tiS-ksh]o?o0LigzL`r1v9DJ)L,rafhi6B1Y4OE*}V]l!Z3PwzWZFt08c`E' );
define( 'WP_CACHE_KEY_SALT', '9(A{%z>9spT#%?]peQJYSY/rohn+QbFZOh]%0n*)$N@%$FFaE}_Qm_l=GT?jO1wm' );


/**#@-*/

/**
 * 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', 'v:Y5r`gEduiDd=Bvv%U$MQO6#[rouo4irf7<o3M*=vh+e%XL1RiIqNT%r_KL>w#c' );
/* 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';
