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

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

/** Database password */
define( 'DB_PASSWORD', 'U65AosyuwU6xZ??d' );

/** 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', 'W!w[;L%SC/)QAR86__75U0)+4g7C41@5pON&N09Lv2~n&hq5Z)@*[pu/o8Js7lL9');
define('SECURE_AUTH_KEY', 'cMww-UU@UC[48l##xlx;-!sn_hU9i6J8aw9J8KY)Rilw(4:_YwhA6v6O2x2A2s61');
define('LOGGED_IN_KEY', 'C6z687!33xg6pT+3(_r*WxEmp(uT:Tk8@+ww+R*P_0VNLta15[+B2E771#l0z/a_');
define('NONCE_KEY', '0Y8xmcK|1m@%4D0R1mz+fj5W%/I!36S7k5uUoM11&P*guzDUu;jU6+[8|xhHN9;B');
define('AUTH_SALT', '2:k(rcbRX~!%@C)z[%79N0pqt9GF0:95xsRrP2L;-z/]~*rzs-U/6[x6~#j9Jaq]');
define('SECURE_AUTH_SALT', 'T*0x97[1k2;SNugm%dusak;L&;o7Q_!]i9U%68%*9#W*!q98u5#;qh9m66jipj-o');
define('LOGGED_IN_SALT', '~j9H4h!%rn4a:i]YD7*@S|Ql74jIh6m0aPMyoQR6G2AXAxB5hybgLAzyvLgx9A4%');
define('NONCE_SALT', '++@w19]0SbB6hD6-~8662:/D!~2;#T*0%!PK7t@pFv)B2v25w99R&5u(miG!K16q');


/**#@-*/

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


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