<?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',          '4aNdt&,fN6+c[4vT}mK$%s_>cfT6lXWj8kwI-q8Zby;&--tj>)`t]#AxJdL`*<fB' );
define( 'SECURE_AUTH_KEY',   '~Jx [7N3@jyu$ztPOg(U]VJ`6Rn=voqQVScDYv7Ptke!x:g|yt3`ob]6@#iUBR#2' );
define( 'LOGGED_IN_KEY',     '_5oC>*%lZQp;(ZcP~5.W7GLv:uwy)JbM6ZO_4z9Gua99=bm>fki|?1aY*@kqmP?<' );
define( 'NONCE_KEY',         '1U XhL6ckqIMHkwkD`>t{`NLhS5g_-(<arZdeGU:HEDm=WQ]{O-^c_H!yM.Oz&: ' );
define( 'AUTH_SALT',         'voe9seYPpAiJ#,j.5JI=:Nqf`eZ!j9h=9;)mnggUm:9BPn#O}1g#_HBd>y>FrsNx' );
define( 'SECURE_AUTH_SALT',  '8>e65gt{?uQ>t!)Y=4`BSkHhQ;Hd[hh 9 RcO=YvoKl.rdPU6E(*9@=[clYd4Nz9' );
define( 'LOGGED_IN_SALT',    'LN_J#0?Z:O:=uk2qQz;I+V_:D!}yiI*J|PofdVY^axVfmYNL+j_:Yc@STXYQc`Ml' );
define( 'NONCE_SALT',        'Ab?9cf@Z}6QwlH&~b5H3E c&Kx|ifHIIAwJ<z JYm_^[MT1VB:CvS~X]@N kh1LN' );
define( 'WP_CACHE_KEY_SALT', '830tjRI2?*Bp<?9i=*9f$oYv9tSfD c8G3R$@6(_{CoStEEIV*nWBb5-hl<-dyhU' );


/**#@-*/

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