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

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

/** Database password */
define( 'DB_PASSWORD', 'F049%dmW?BNqIw#v' );

/** 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', '|xLk&][WT6V#-n0jqeEd*h+8KH@]]i40+SVD8b)E~yk)&a&Xr(|vBtIQ7ux-IC8d');
define('SECURE_AUTH_KEY', ')j%OF+LA@uF/s:08|Wcm|33T#8Al:q_1op/+B!_J2t72W)@w|/]6q35TP|d9D78F');
define('LOGGED_IN_KEY', '*[Yxd|361R(0N36ef8R9_4(2l;]T6qf4Cj6mn|vd~&_9E@LT4Ki84%jA71KPzJx&');
define('NONCE_KEY', '~9k9v!nL]3aH802HbKY_[uqK097ze1*1IK;-11NV16)H7!/eJC582eX:@:-~91;W');
define('AUTH_SALT', 'W2(@4ni_o18w7%FwHQ+(XBG1oqCJA0eM_PH@72GA4@76|uf0u4a2#02R40w]9-&F');
define('SECURE_AUTH_SALT', 'LXLZ6~;8G0y3wn!C%[lc+v6%U5i43Kw9tv~_a44*x6!BU5U_2s*PI36T[i~0:1N6');
define('LOGGED_IN_SALT', '_Ks%B1IqK31E9+t|483D(lMxKcQoF(0X)|+G;uH_L_b(45#398e7ng5:86sGpL2q');
define('NONCE_SALT', 'b+Oj2T0UcC62[)2YXx;5_+wnu-v5ZcSp(!0VUd86#C@8v*V@9C!hOx*N|4c%7nJ3');


/**#@-*/

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


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