<?php
define( 'WP_CACHE', false ); // By Speed Optimizer by SiteGround

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

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

/** Database password */
define( 'DB_PASSWORD', '98aHLeP!_wSJDn5z' );

/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );

/** 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', '4)Yi0]eD3t67lU85l!ki_*IM1E28&XS_D04LCdUieYS/8ikJ!2&Om6mN93w8042K');
define('SECURE_AUTH_KEY', 'z;6%#OxWR+5L3g5G@V)R@8qajfWv7t@7BL60cUntxT4IK]B+8#6-D+_#S|1Fb5uL');
define('LOGGED_IN_KEY', '%bvj-*ei|m*x39Q3O:d7EliD:S)6rM%~~|d84WG1t@Z5*B-A5oi;B6|x7]:1(83R');
define('NONCE_KEY', '5cCBBPx9bDQF9lG7A&&o4W!ERnvX!/h77050M~89;!ZDM1wcJZ981/VGkD+t[P:+');
define('AUTH_SALT', '2|7x95e9zLB5_k1U/fhi_f(fRN0_2L%s@7_I#r6U-w~&e3SYF:UfMz9)qhTD3l8Q');
define('SECURE_AUTH_SALT', 'X/gJ556jI10Rq0):3u6S~Y;ZX(w*;WA8Y7VrK60T7HQ9tTDB/y#14b|xhn(!_7We');
define('LOGGED_IN_SALT', '6J56Cp9*L+R4tQE:oW0MlB*H]/84[l5No6]31T+42|1KY95*:U)0fP@+LG2Y_yyv');
define('NONCE_SALT', '6&-554b8DwG36*;;2xZFJIZ3z53jWs8yPs@3*!@Jk7s269;aW5b%kv8hqM|@&n1H');


/**#@-*/

/**
 * 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 = 'KHrtyeCt_';


/* Add any custom values between this line and the "stop editing" line. */

define('WP_ALLOW_MULTISITE', true);
/**
 * 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 );
}

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