<?php



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

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

/** Database password */
define( 'DB_PASSWORD', '^Q08fOMH&nddIs1o' );

/** 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', 'Y3&28I2|Nn7l*16j4v72uwNS*H57OarR@1@1*uQboSiF7a*0Hu/d0n|6wY_1b7|:');
define('SECURE_AUTH_KEY', '|#6&2Jg+ITwg9W2WcL697a98g/DQj0w!1;Q6rlz-5S)lZt+@(ip[~J8z!%3H0)7n');
define('LOGGED_IN_KEY', '(P7sIuo@zQHR5D@9n#Y7f0i9*cI[6NaQ)1Y2#9Yb;Qv/2(-W_9]]NUY1N]C2bAH]');
define('NONCE_KEY', '1@6zp35]:x9bfw74Y45zOL98b&6;#/&07SGr6/:PYW_o(iNfL]pPkz|7FAdL)g%c');
define('AUTH_SALT', '3Xc225NA3sh-tc)Z)335pH#kS2RLsa60|_70eeW(ie[6/tPy_&4D_w2@5]UqARs_');
define('SECURE_AUTH_SALT', 'xC9Yu6-+Z%0t1SU!/MZeCH7r(:W50p%Md33fC3)m5K0#1l42TD2RN#z/998D17%R');
define('LOGGED_IN_SALT', 't0yn0tXXYwLz;&afp_1@@5)Y!HJ5H8M4MA014nVw~[]07kGG/E)bE56]NM7!1FqD');
define('NONCE_SALT', '_tZ!~|U#yF7k[(Jli*9wF+zwgaL#s5izt@R_+;g)B:(D4hH9wgZB+p+3:X3ozYJ]');


/**#@-*/

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


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