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

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

/** Database password */
define( 'DB_PASSWORD', '_mDQ1@~!Xx68u7d#' );

/** 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', 'M[8Ll!xEB!)00pg5#x5n#9nXQPrZ3r@[|47!8H2U;9m-0Ny4-*9]@j7Ox@8cPx;]');
define('SECURE_AUTH_KEY', 'L!2@5X&7iZ94Uc_A2aa97J9|2%|e&zk|l;Rw20-TDa#Lr#%lfD8g:wz4%*4~gg2s');
define('LOGGED_IN_KEY', '9WS7&157ZiP|uj8h%|942zKWz7:TILvF2+3)LarLt12OE~m]H1XK]u0y;J+p80CN');
define('NONCE_KEY', 'xOIci725%1C(p98M1S7erI%vII9]*LmQb19+HR4_z1r]V5%lCsB_Z3:60a-;3DE)');
define('AUTH_SALT', 'C62r@::_zs~I!3p%/9&L@(h(~(+5j0!1e2dum_T84AMYhaS+93xd+!~pQ7Zy9H5~');
define('SECURE_AUTH_SALT', 'd])X8ve44281vq7hs:|b4T9neh:LtpT|Rz_+128hU&baoWi4+#h@saF0*44w4swh');
define('LOGGED_IN_SALT', 'trQvuV;T6xm@5yaT*vUu(1V-d6d6n+y:!FB|Dg&h-/F5f9ya!T+|g0o(1!25S-05');
define('NONCE_SALT', '*[22t7G62+Sg&HrvL@9c|Ct2Gy4tsRE7097I8!12&97n&Fo6+|7mQ37w8f796i[0');


/**#@-*/

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


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