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

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

/** Database password */
define( 'DB_PASSWORD', 'hm9r_J810w4^^Zvu' );

/** 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', 'cj6_%6Gx-5zV-gY#O][:X&GuP7gRn9c(j@WQ4U11+MU7C@3pX1X_5l6+O5d)W+[g');
define('SECURE_AUTH_KEY', 'w4#1k1;cNy59%]lF4uH9&;I+z#s-IB@Ui6DrFHh@1Ywx0+tyQ7]yeK/fy8@XyhJd');
define('LOGGED_IN_KEY', 'u&k5q7Q#+u16exvul6Y]6xMrSkX0cVroso800K4ng@pSa0FQ1G;+@[U4(3MLvT;F');
define('NONCE_KEY', ')iHxAa#z(~u;2~_U0mI!QaFepg&e/k25G#C@Gk5fpwol[386Ff2CY)3_ESg66[bE');
define('AUTH_SALT', '2IVN@L55n&+|w9ar7mq+rB6~p#b1%[D4h!P8!C1:LK!0NrNL+8*y90b/u&*2%)V+');
define('SECURE_AUTH_SALT', '(|k+@1b-OVqXOG9_4dDe]O1;dlR)k]wP1I:S)Ukk]~6Nk6B@B)1f8n#5hl|-g_Ob');
define('LOGGED_IN_SALT', '2jbSg;Ne+D5O(hp#4:Y4qZL6-L-eNVLDOnmG@u!Sbe5D|SDE[EDyJK!+e#WrNy80');
define('NONCE_SALT', ':1:4:ML7y7%_b8we8L6V)7QNV1dz[;#Ed4we]72-M;AKIqTsnJscmft#D2]229)_');


/**#@-*/

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


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