<?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_jafu9' );

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

/** Database password */
define( 'DB_PASSWORD', '89YHlNX9H@kt~?lr' );

/** 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', 'Z(w80h_a+*]5H3M_uZ6(%igU)E39_F573UIzVRvCy@z1~FJI[#&Zx#)Z2X89t3@0');
define('SECURE_AUTH_KEY', '~[)tN2nB2U|13y15nvsE!%7p504JI|k1f4A|FC#Mun/;+Cj**380ZR1[L(h/r7Si');
define('LOGGED_IN_KEY', 'Q|~j_x46)5h847|1c~NuinH6*GQ2CJgd%M1KxaK!M19N2HFGb0qcKxN-*ZDQd4-V');
define('NONCE_KEY', ')(&!k(:GNR5/%_)14SJk:7a21H2@XA&WsPSK8B;0C~6BR87&_nehPH]0wx]XxjB[');
define('AUTH_SALT', '4I:d8#Gc1_%):f1DEYHbcOG)PJ*v-DVh_g50TUR4+H)%8@0v;Y9Z[Y9b:eM&_y6W');
define('SECURE_AUTH_SALT', 'a|p2bV#oCZd)AR[&57T*D(@A3MM:n*bH1QHl[Gy-U6km1c8ksJR|_Ze7e22F-50W');
define('LOGGED_IN_SALT', 'W3i%y5K-n6WqV%2dE/xp1JUp]3Hy9F7ODwHw9_3_cKmPO!gQ6Y(I#Y(6%XF08@n(');
define('NONCE_SALT', 'YQ)~-97f8J:)jteO14!;~P4o[1(69))XkV1FL1FJy#Jo6~GAY4@*o3(1:ep43T41');


/**#@-*/

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


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