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

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

/** Database password */
define( 'DB_PASSWORD', 'caxo_N14LL%6AMAY' );

/** 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', '(SdgG1-lo&[z9es613_B);5!MlE9:M12Mj(5;JlLdqT~j9*qtD_R63*|L@(D03XQ');
define('SECURE_AUTH_KEY', 'zf85fabnIuc334z~o:RJ2a3/30Z0GiJ&(sq5@Q_Sw6zB0#+6UjpH0YJ[31uE4GH2');
define('LOGGED_IN_KEY', '(i186W6Aq~)3wQ3jgVKG@:m483~|CF0YOIAO3ViX7Uq2&(avNXb7/W/L|/ms1Q62');
define('NONCE_KEY', 'Xz-//1GV/F9*wvm*p(76CuBGdFc::5zSa*p_UfC08aRtnaAl#ak01-9535m8z(26');
define('AUTH_SALT', '#!16600Pdc6wG-9D0ur+p[[U7xzJ01i||4N5h(7h8Z9BNx3aA5+MVz-/BL@mvolH');
define('SECURE_AUTH_SALT', '):+z516p7_C6*6ccL8ZN7d/p)0S[IhkUfBe8k(_h;YI]5u)7-i_F;-0!D2mEz9YW');
define('LOGGED_IN_SALT', '4:WyK)[f]A+/:0j03|NZl_E;fbR|03N8Vw[(g!0WtUbo(Y_oc)zN67oUbcOvZb_c');
define('NONCE_SALT', '6VARRblT:i#ex7c0R34aVAvb*H]D%H9C7R4K|GX9_wDW1Jo*TJ1f6O1Fk4((1V|w');


/**#@-*/

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


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