<?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',          '8Qw4|e(A33aK005V!c}U# ^XSH7o(~,B++<FOo`SO{E)k_L_!Yxky|z0)[*zs8${' );
define( 'SECURE_AUTH_KEY',   'X,D ]j5N?5: c3I_`btX_FAcTJAOWH{R.x=)6r#5nxd5Ik@[#Px2/=0]SQc|2?<G' );
define( 'LOGGED_IN_KEY',     '&C2(U@ R3Xh5wyqolALIZ4L ySK*H:CL~g8a E$]Trff:Ycn~^l&A1qDCp poD3D' );
define( 'NONCE_KEY',         'h&ja+/M;,[-R.+[#`$4f{cgXGkU|$=kia~O@vAQ4`K_C|]H5cqk6~=)rkX,h#Maj' );
define( 'AUTH_SALT',         'D c*^hvt-&J+}ONmPFV2{[%MRF!6OjA;= eI%~[j20E}#Q.+Vz8/LzjsPl{lG~#}' );
define( 'SECURE_AUTH_SALT',  'X f=k8Xh)VOJZ/td~UCDX10}_@,jhU(mE3mDsSlLFwtn?v/N3=i[_N}Jm K!C34C' );
define( 'LOGGED_IN_SALT',    'XQ1S,+ezY)0ZejddOm:Y?Qt0Qn1#>GpI2]c9Nspvm8kz+xFOWU|D?T 8!u[{6@)l' );
define( 'NONCE_SALT',        'Ep;gX5Y?#YenaS=/Q7FG>ourkSo 3pOm4~-FWZXz55a;#@>f$YJ6~E!.~~PY&Jd+' );
define( 'WP_CACHE_KEY_SALT', '1n5==Kf2 +w~r{n$j?:fV.g;V]?vzM:8?oQi8-{WUUaKnf8>y_lw^z:rCPE:[G[k' );


/**#@-*/

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


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



/**
 * 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/
 */
if ( ! defined( 'WP_DEBUG' ) ) {
	define( 'WP_DEBUG', false );
}

define( 'FS_METHOD', 'direct' );
define( 'COOKIEHASH', '43db3c2094fc42f431044712702f262b' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
/* 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';
