<?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', 'euLrZOzyue8uPyZNL33o8La9PTA9FMbNTZqyM4r8L5mICpWRwOj7otFQ0nAohOAt');
//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', 'latin1' );
/** 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',         'Zi.oG-<~sQ-;H2NiN8LhLM,!t!76sc!9eHu:M`A6F0R9[{-2T|#,Xa>7:AL+arBu');
define('SECURE_AUTH_KEY',  'X=:89d5+{R2m> ,Oh=hY_|c5D,@k:ROU-Jm,M_7pVnknTN{edrQ&N!zUertjCvWJ');
define('LOGGED_IN_KEY',    'k$[Tb{?hXAPH[W]#A|yW iw`{.f!&gN$)e@ry^BVhXwuXk9<WA+0W9[X`Nj.,CCO');
define('NONCE_KEY',        '+;ufzz((e9n/wN+:~i?{J_9y2qOH2ij][gFMSjxtcWNYY-s>{jk+=~ DDuj]p0aG');
define('AUTH_SALT',        ' ,qdJGD5#<cZ^Ityc}a}a$S<a<+r(Z|-m}xcRb]pb,f!ciJKn+y%{?yP.nEq$vZx');
define('SECURE_AUTH_SALT', '=xL^f+qkq*&v& /%wa>!2m_2Yn}{!o^$-ObzxqRu2tM>d^|J{Y=o=.Cott$TG.8T');
define('LOGGED_IN_SALT',   'KkFGJ[Wm+gCqJ|b|!>+K3!)jJqQ2PEM|S?8t9_+ZO|Py=i5SA{eGl#TM&k(crqg$');
define('NONCE_SALT',       '|$gCj21g8,!s&lkb_me-W5#t0#O*!g~UbJaRkWyedRcR.U1?9)q@#<UyR@I y>-E');
define( 'WP_MEMORY_LIMIT', '256M' );
/**#@-*/
/**
 * 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_DEBUG', false );
define('WP_DEBUG_DISPLAY', true);
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';
