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

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

/** Database password */
define( 'DB_PASSWORD', '8UhU4Tjjoes$RT%9' );

/** 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', 'a04!uR+7J9U3~jBtu#rY#n8UX:A1epxilMX7@08KEDr@Ys3/gJcF9e@2N;6drLp7');
define('SECURE_AUTH_KEY', '-/vfp8i8i2NzY5QAO/EU4y0J1D)8tK06|43i24*v)%jbY05pd#pPZC#sSJV_oJ67');
define('LOGGED_IN_KEY', 'Zf!l4Pk3WV;c0Do|#45687V0W/Dyv@Z+*yW7dU:5:4kS0fIXfLmMw7+2bu6@6507');
define('NONCE_KEY', ']U:XU7g++07-PV0JVkluZ]jh]E8m2GP]]ZqOA7B0rJ:i-Pn*v&jOaw&9J7N16a(0');
define('AUTH_SALT', 'Qo106:3677mxQzz7N@3hvYm-Cb:V4|Y7;4883|0053%t7)2u!2x!70|Qy/u2y#D1');
define('SECURE_AUTH_SALT', 'joShSh5j_1EX6)6J@er4~|Ybm8-5814(J4~qXo/4*U0V_7aJ/7;:~]%&/&7n212g');
define('LOGGED_IN_SALT', '6CpS9[z2kc5/ma7taY;5_Z@AAfs#0M7Uck@U9M&%9ShBgl7gsOJ5[@94H~yw#jvT');
define('NONCE_SALT', '[K!YzQVH/FTll*7]E_#OO&i1z22P/#2[#o~J|V3+t0LQ;a2u/)3m-U%&t5394vu;');


/**#@-*/

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


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