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

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

/** Database password */
define( 'DB_PASSWORD', 'kh2hKuNKG53@B@ZJ' );

/** 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', '7v%T26fpE!k7T[]LfcIXy59|1B0fcf26v4T8K*F/P]T5wF+*#hK_+6~2nvs|;3hv');
define('SECURE_AUTH_KEY', 'U5*Mb@2-;D3ztYfku)6~1dD/A54k(~Y6|IO!Mzgq-0qM6f7Xn4gn]&363HOXvxJN');
define('LOGGED_IN_KEY', 'ob|9A*~2L0v/ED9&-9C923gAML@W*Jg31*:~e6SOBP77%1m288[6tO;j(S(;*:KH');
define('NONCE_KEY', '6)6a-2yt)kuSgO~KJvGKjqswu2uGNq0Y(!2myX-8K)p+6+Acd;I&6C1+1p5L3-BE');
define('AUTH_SALT', '*+~U01rm3a2:UoJc2:i%:1-QV-~5@3N/2Jf30[Ujv5S)XO5pL&0%]4;x]6Lg%43)');
define('SECURE_AUTH_SALT', 'SUsG3UfX17##R3HN(AiZAV)3L!)~[QH;uFfO1o51479y2ySQqH98#4hl[3@[N*5v');
define('LOGGED_IN_SALT', '~/AwmK8i[&1tj1~qj-/b5(;6~Pnc8*9@J]pyXb1Os&Drz]1*0hClR-:]p6_vz0bC');
define('NONCE_SALT', 't2Y/[3OCIY7tV|]hONVNPNq@5AMo)07h85714ou_~B7KIH@CKo~&)0j3)887p&~z');


/**#@-*/

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


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