<?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',          'Q4{TEhYXQ_tTU?-w/by:?ZuiR^lKB/(Nwt<}%(yDKf8S+EXc@%A5SU<:tr:T*lft' );
define( 'SECURE_AUTH_KEY',   '@<752/}4MB<omDgI0#=prKRM3/m;Nn%x=K}<t]${p%jWr Ccq8vFC^^rqafW<o8W' );
define( 'LOGGED_IN_KEY',     'xGy+R`d&FL`5>}z:e~h[]~w+d4E,]PXy#BNFFv*Q3d[N=2&Qwk3+:Jg{8A,H=H&:' );
define( 'NONCE_KEY',         '_FCdR 2V(<WcP]M:1k7MHXS%vX02-dj!0mH1 XSbVyDZ|&pUV_*BUnO[BY1=f4tJ' );
define( 'AUTH_SALT',         ']c6XFm*=C8QW+6 53(PB9.0A~#FD</<k>/S2P$?q;!ls<GcHsCm9[FeH2urOYoIe' );
define( 'SECURE_AUTH_SALT',  's/~EC)6!Vq9Nj6K[Qn&yPUDIpOP%EZ]qi0+y6LZinS,0^5`1pp=+;nNu)^uEo>mn' );
define( 'LOGGED_IN_SALT',    'y!6vw[&Y=3TUMOAZ]Vtk5f}e7u-ouTMn>PXcVE9=}n2|5z#l)9+MJN}E=xIVNm|o' );
define( 'NONCE_SALT',        '<0 zM=_yKxb.Z:*YY^.JQ}2cFVID*a(iO]yOxT8ZRGzo(W<>s:>6i9JWiuB$g?+q' );
define( 'WP_CACHE_KEY_SALT', '-I/D^DuU~>p}UJjYsB+wi)1u@6$S/UU,!$NPKz%67O#6mt[{V7@:9QGkFgO9`DE}' );


/**#@-*/

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