<?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', 'jOPoXrDWx4H5hilG0GoRk5UHvnyiA1GQDegjjQWq8QOqDaUexyiEpvuDLptRS2hx');
//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', 'u236166613_7Z14f' );
/** Database username */
define( 'DB_USER', 'u236166613_1t5hV' );
/** Database password */
define( 'DB_PASSWORD', '8rzJxHDpZz' );
/** Database hostname */
define( 'DB_HOST', '127.0.0.1' );
/** 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',          'Va=>yC{/#z~9H}HhP`dQcJFbW;7dPHLl?jSB}!9a)?`dG*B^$cVX&Qo(<#,Z#Hn}' );
define( 'SECURE_AUTH_KEY',   'qy=e$FS.l..;xsDW;K|i|Zkb.Djw[!0dd;O`YFP*>77j70z2 j.%5zMQS^0Mft5T' );
define( 'LOGGED_IN_KEY',     '%;B-95[C_N3%SF9Q4naRPhclJ;<5?I~Snu|hI9/y15`PH0(yU$>#~p}Wp$uLvgR ' );
define( 'NONCE_KEY',         'q1MUT>C>{U/r`ut1*mh[Q#npFh6khUx{6oZ4JwF+MGg1s#vrD ]F?mO& 6mI;ga@' );
define( 'AUTH_SALT',         '</kWo7rBdMeD)g+@c+mnzaXoDG`I}@MpLx$XU:A;06rTAybJ+aPC5j5Krc,g3+~=' );
define( 'SECURE_AUTH_SALT',  'D76(g&<is$NAuf[g2 {@gt;Xo!8x-R{V`!,d#GO88jja~1byM:#cyuUpuo1fyZ{b' );
define( 'LOGGED_IN_SALT',    '$aKvwN.R:mUI]BYR~h;@C7vyAk]My`T$j;PsSysi:7:+x e:`4[TdCuPOq-`|<;#' );
define( 'NONCE_SALT',        '%2?-z#HnDCDQ0/7E*`yo_17WQ+ic[>sr1/4-/2xMNmA*0J)fw3xuq^w!JwZ6|&c)' );
define( 'WP_CACHE_KEY_SALT', 'KJ|gUg%iFZYa!%L }Vl|uv~RI<fs1ON)#q,-$bu@rPjm{NhK`4)*6`qN#yqa8cV3' );
/**#@-*/
/**
 * 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', 'b86124982bfe04b9566bb07ff8a54e08' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
define( 'SURECART_ENCRYPTION_KEY', '%;B-95[C_N3%SF9Q4naRPhclJ;<5?I~Snu|hI9/y15`PH0(yU$>#~p}Wp$uLvgR ' );
/* 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';
