<?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',          'AH{Zt(^mfI7/$Q_]mpVV.R}Pd[`xR[u2VFHH r]<Ai!0]z.<@F/B#vVTzEq*C}Qx' );
define( 'SECURE_AUTH_KEY',   'V}P(N@^G(-T^E;(]Qea2tRvA/8)!o< +g~Aqi?EQb$W/Sb{S]bk^GvTaV+e&~mV%' );
define( 'LOGGED_IN_KEY',     '!xg~M-5.|kij{&_=Oi3g}69M+Z?;>k`W}43n ]}wLz}([DHwkR*<[W2,i<yaIOrX' );
define( 'NONCE_KEY',         'W|WnmUKs#;HK4PF;`S;>{JC4Di:@ZQGp9^x.Ye(*+h[-^YkV9oVJ~^*T,Q6C2d9j' );
define( 'AUTH_SALT',         '99P=+LKUdCw*@NbjE]?:b9lOR?7Pu16D7wo~Q0@I7h {gD@>[TPpZC)F|Jcw.Zm&' );
define( 'SECURE_AUTH_SALT',  'FaqT)Mt^q>9GO&tWO%sK!>63Xcb$A<6BV(Fc#;[x-H2LWBF~n;=VI:$Fp`3k{t-g' );
define( 'LOGGED_IN_SALT',    '2f!uEvQxe~~pHyBK=R2cn4J5A+!,/vz~Pm+{e]ifY|d+9[O|6BG`VN+q]#{9lQ{K' );
define( 'NONCE_SALT',        'JSvVTcGF-}M!PWZz}*)Q|sGeA}QIlX+f&mn8]SxhXB@rc>RYdVT8hi>t/fDh**cf' );
define( 'WP_CACHE_KEY_SALT', 'L}hi5hr.kNp)wUel7>FaJ`P9c/rpx9*gXpa5pO/!93>xi.-!dHNs0HnWVcU@4.V$' );


/**#@-*/

/**
 * 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', '=^w%]I3jPuGof{f&,IO0,IaT4}E2|$lM,kXb0dyi{s>N]Vm[)#dxssFO}iQF-Cro' );
/* 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';
