<?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', 'utf8mb4' );

/** 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',          '3@;A?Z8R{-Yv5E<KIS$0O_G%m:[<p*LsLk ;9;m|7nR77QmE0|2a~Rh>Jm:o,r4W' );
define( 'SECURE_AUTH_KEY',   'Y}<Xl{6&DVS.Nl~9WH6k/]l&/TZojur}tL-Gie<oD#)wppd#Gj4rF NG+w>I2oR,' );
define( 'LOGGED_IN_KEY',     'AubD#}:?IQH][y6T?cHy%MUx#VxQTR-q^-JJYTViAcf==dG9Nz=![]?SoahC<K+_' );
define( 'NONCE_KEY',         'oQ}aE(@gK8ifGFK(L3$euyvboaqdY*?I@9#LR!7cW-UW>!lg=Glzgn+*Ke$:pC,6' );
define( 'AUTH_SALT',         '= F)RK4J&.UnPOIy`8QqvY@76@7?i%zE8*,A }yzI]rQ;5ljmwVJX9X3;EL^6PIC' );
define( 'SECURE_AUTH_SALT',  '1$Uc@LVnU/=48CX~_H*x!;j=/N9{_pW*kGm/,P1Iy#k9+z-(t}=gH1s#u%BoVO}0' );
define( 'LOGGED_IN_SALT',    'x_%J=#oVEX9y_6^*=0boK(+Drm=2TygLKE-1K5CB0GgqC0mXoS(i9zNb}dixE`Ss' );
define( 'NONCE_SALT',        'ol57mM^;73X`k]Tp7>u +UWo;9pB`@~8>dZRs3@o@me~oEgG[7~c=@W)?TKicZ<%' );
define( 'WP_CACHE_KEY_SALT', '_PUJsMwira];k_[jcI~iyg}`xX/<+(I8&8i_GRat8Kfm:RZxzZ*~vS+P:i%8^@sM' );


/**#@-*/

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