<?php


//Begin Really Simple Security key
define('RSSSL_KEY', 'P20y0TmueFmFH7owNwZ0k9DNT6cIF3LIsMh1HlCgb3Adq0Im0YrwHcCgbOPF260j');
//END Really Simple Security key


/**
 * 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',          'iMcv5),/3h-`0j}PQR)40lc#0D/U3@.xWhu9.L^Eo9X-TRsK5Mj-E}}|Pw8#*^4c' );
define( 'SECURE_AUTH_KEY',   'a>5^1M[V &u_)}c#i7JCDLJ<Su({vF+yMP@^KX>5`b|}y-V,,qMHofxS%rlk:m@1' );
define( 'LOGGED_IN_KEY',     'zC=xUWa`)uShTY]zx+-I3b5M;Uwq$yO+~3iqN 9H;8qd,A@Pn^/m?yNC`Y|hs`v+' );
define( 'NONCE_KEY',         'cKSVGA^`UC>+3HDK2W=zBke1d6x<wiV0E>hOZ%>0<Ir]/i7A_kkFvY@IquAA]!`;' );
define( 'AUTH_SALT',         '|GYD6eSEOH&/]^^jt&0 Ax*N/X+6#iOb+)8^~2K6(T6]$/G)6#,1pyGdq,`IY sX' );
define( 'SECURE_AUTH_SALT',  'X52G!c%E7ot5zyHvU/offd,rZS&Kf./Op?m7&{kvw.]Tj)&&urv>YR#-?bfM}]Xd' );
define( 'LOGGED_IN_SALT',    'kFL[N~zs]abT <l`SFld<?YAO8yNj^g{Es@y|>E_x5X#:pWs3MtarB,xfIy8<F|F' );
define( 'NONCE_SALT',        '4dE(1$IGI~<B2.Y)|Vk{8^OS}{*-_ObcH_863>rr=t^?&s%INb)$ZUo%9@~gjUEv' );
define( 'WP_CACHE_KEY_SALT', ')^1pZ@!cASvG.jh OtG:#Q:YPZiRjy7tii>;Zni=z&Zc0R|}B%)adlWM)x,m[~|&' );


/**#@-*/

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