<?php

// BEGIN Solid Security - Do not modify or remove this line
// Solid Security Config Details: 2
define( 'DISALLOW_FILE_EDIT', true ); // Disable File Editor - Security > Settings > WordPress Tweaks > File Editor
// END Solid Security - Do not modify or remove this line

define( 'ITSEC_ENCRYPTION_KEY', 'azV0ZzkoSVstQW9yTVtZOkApN0VLXkl4Zi91WWQ8dWZSejFdO1lLQVE4XTN9cURLbl5gT0U9XTw1c0dIOkNKXw==' );

define( 'WP_CACHE', true );

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

/** Database username */
define( 'DB_USER', 'u176134211_pq1kN' );

/** Database password */
define( 'DB_PASSWORD', 'GGqz2Rq2hr' );

/** 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',          '-$buIGB;4!aX>GYK37sWWQP/JU=+TOJ+>Tq%}^C|J>NGJI{?p=+E36<aHfyny,,[' );
define( 'SECURE_AUTH_KEY',   '(c:$Gl }zI(mf=oPO~P6@3U>q?%`L8}3[3lQ*d#-i}0l}$T5$r>x/<`=IT7pGpG,' );
define( 'LOGGED_IN_KEY',     'RVlFYHL#$(nm;Y^Yy{!1;&Z07cv1QWrWR.i`:o2&-Q!GJ7n_D* ;XS;<8)T82xkC' );
define( 'NONCE_KEY',         'aPAcAdC[qXl|lvClh~6%~Br%Mq2=w||hS[0g-F8xI*qr(L.~&-7j{k^*|%oz_{>;' );
define( 'AUTH_SALT',         'YC<VLR[,WtGer1Z~.*Rje4yWc`Zz3Vpakk!;diOfh3AMhQxX92N]s r5XSMMDJ8c' );
define( 'SECURE_AUTH_SALT',  'GpFNkr5(G;;VR>tNJ<r]?R[jLg: K1iU@q[xC,#5(]|$Jw]n4fB!ws,9.@-(v@KA' );
define( 'LOGGED_IN_SALT',    'xf#Ll[Xv!OJX~XL]CY1<qgM+$FmF~.NB[GY!aXhQ:NOG5wSv+Tv?E}1zJj@CSHQ0' );
define( 'NONCE_SALT',        'a/fH)J.8N|M7OYO|X_T)V=f7mi_jTHfY#XMbSgfTZ]I-X@MjB;nz[d:M B}E_CWb' );
define( 'WP_CACHE_KEY_SALT', 'Ud:]#eE^wI|y#Vx*pcUjKRykJA[~,D#^d)}+f_&t(h7$*=ZyVar{v/g-LQ1r#p+P' );


/**#@-*/

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