<?php
/**
 * 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',          'QR*TnU+V-))7* B,}(aDv] :<w,8lC#skqL8TDg~em.qv%ueZ]8A4{pAu#f$cQn]' );
define( 'SECURE_AUTH_KEY',   'b)VF,XYt:eX7O>0j/zy#.%7wYdd^`R?iqHR;R?#G`LF=t(3U~(u41OLnTdmSfBVB' );
define( 'LOGGED_IN_KEY',     'g~6@}<gCRrxAK2w_Bm,*kkHoTlV{PTo_OjgPonDA{m7%R9MTx/7dX&^jP)mT9a49' );
define( 'NONCE_KEY',         '&uEhcJ7o8}Lihhk?l*{r*LWb_CVFP&YU[H$uvNr uRrEB{l,w&QWfPq/@T{fy?>6' );
define( 'AUTH_SALT',         'c;tD)Uv;T~L*>xChwW:aPA$WV9Q/DF,ja<z41&d(loSv14h_ !I*d7Yl>+Uf{CK3' );
define( 'SECURE_AUTH_SALT',  '{[dg[s/3cE@(ds%k|z0_n/R#gD|=(e91Bfhl~TZ(P_N@K~ZI1EST-|(({%=u!8n~' );
define( 'LOGGED_IN_SALT',    'TK/.mEtNaCBuo)?t~xr5F{}J rfeS+oy?56Bh,vSBgq>%y4#9SlHvnF@OG:9AY>d' );
define( 'NONCE_SALT',        '/3F90zJ`<Z^&oe7+Ll{yDbgd:#C5j!},4o;,]8oO73_^3}O4wrb#|A_^[siYoDWm' );
define( 'WP_CACHE_KEY_SALT', 'G E0eyH)A).@})36O-R42.ejg6(g2[^w15${Tfka^^(fy5_mjQI?0Ckb^x*i7|9S' );


/**#@-*/

/**
 * 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', '798bb32e25ba9cb8c796589b2bc73cdf' );
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';
