<?php

//Begin Really Simple Security session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple Security cookie settings
//Begin Really Simple Security key
define('RSSSL_KEY', 'R2mk3UO7m7GmVncZI4VXw3O3nQ9cOW69LaJFYQNDl0G4WmlsHN1LwaTp7tc6wIBa');
//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',          'k#JX25B&zZ`a5GPo1+0*. )g]~T=-aMOK<vO-fxW_6e-<Fg$Q@&rNoWZ7vU%onsB' );
define( 'SECURE_AUTH_KEY',   'A-VkW,hEtF>#E!zzQq;8ypEFfok6Q3Hm:V];%-,xUrxWvq8i>h{0&N]&Z~LSI9]L' );
define( 'LOGGED_IN_KEY',     '~/W>5a2x{:U`@G{DFQ9asD8_%8_>d^BXd(idCmhl^8Rl0bH==zLkaGBDM8V#0S]a' );
define( 'NONCE_KEY',         '8Bt7dZm`K|-;5Pj?+YomX_Y&rsA9E.g=,#w*vZ*~*Nj{y}qztEYo0jb0}DWez+sU' );
define( 'AUTH_SALT',         ' PdT.}nl.Pzfr9|D XOk2D6t,[Qn-# ?$no #&vM6(qL{lm-j)i4Ey&^ra5XSHme' );
define( 'SECURE_AUTH_SALT',  'w|Ah}b1fP9fRp-l-AMP>P{5O%d|R39;*rXrDO2e<Zff]3MyvQ9|{l-<R!?V8%3zZ' );
define( 'LOGGED_IN_SALT',    'M: {y`:(vbgV.xbU3$YdiME5U]yPz]5X~SVMu?BJ&m(gj6N31-[g&{PW(i*U@lM{' );
define( 'NONCE_SALT',        '.PnD@_(Db{sqcS8JeFPDvnzE!yutF.;4}=e.-1<z6M 3=uuW,aciK!myCz71,nX}' );
define( 'WP_CACHE_KEY_SALT', '8=B,zGpQr]nhom&@`byg2b[PtiPNVKL-3ViN2Y8&8gMaW7>xL=VF4&W9~z3wHT>Y' );


/**#@-*/

/**
 * 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( 'WP_ENVIRONMENT_TYPE', 'local' );
/* 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';
