<?php
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', 'fila77_wp_9pcdo' );

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

/** Database password */
define( 'DB_PASSWORD', 'k5_7q9~?T1wwVEJb' );

/** 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)4_jCp*T0yE80L%@%53]8U_]6N882cPoD4(9Q9h7PU4!M/i9z5KeEo_b2&-2@Gc');
define('SECURE_AUTH_KEY', '~eW9ac2QEHgan/T4:IVu5D)H~!||t9N8)]636375JA1:Rn185wHa99191+*A#&Ek');
define('LOGGED_IN_KEY', 'm()9j1lIK808RtDe8g#83;:@kXSH83j1!:;jUan6Ri&w8*9Kah8t3868U&dA2ERo');
define('NONCE_KEY', 'tq:7jZG19+s//C95di227FOama/~(&7sf~u2vp:V*1zl8z&65hEeOFZq6%wYz]sh');
define('AUTH_SALT', 'P6tJ3!eo)K[6krN*v%;fN9|;MV5d#_1o#EE|2*#6KKxge#osE4N43m_wVUJmbsF1');
define('SECURE_AUTH_SALT', '(D45Qc1dh!|gQJt_sS1s6A17A[3#0]75F3t]7K~2%~ai3Su:nU5h3w02*~J2+mKD');
define('LOGGED_IN_SALT', 'IL;f52BO~)O!@5Cu*3]I8;lHA09U]y%Aw/Y12tX7/fvgm2ZTn9;Xo+%y6BPJ|/9T');
define('NONCE_SALT', 'Lu9kb335V3YMh#@V&~1543~d!1LlIOT8!U&a&n5F5c%505Fv~I]s;/9mGoKJ8pWI');


/**#@-*/

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


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