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

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

/** Database password */
define( 'DB_PASSWORD', '9RhJ1u1woGy%$go%' );

/** 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', '7D&A3P1b0-38l/Fghtc6XQ7e6%dObmv[f;z[R]his%jaAN66ri49+)9OJ_S0!:p(');
define('SECURE_AUTH_KEY', '#;+KcTi|T-9tN5sS4+*mys1AWFl!!z0lhr::4~Obc2)KB6NXr46/YxDT39+V3-@o');
define('LOGGED_IN_KEY', 'I2OZm15Q%36y+V&hE8Qb+eF|*!_;|)W5jB*20pj%Q5L/&saPn!gVfp&XCWN3!6%9');
define('NONCE_KEY', ':T8y1o5;UWbi8;U];7:+W]Tp)4Z~ia#71bsyyO#y]*5p(OY|50wr:izS]]c7(Zr7');
define('AUTH_SALT', '~XV&62NK]&~Z16*v8@24ix_U87Geu&z#A5%!%R5#&9[(K0:Wv:h!:(+/%918F3/5');
define('SECURE_AUTH_SALT', 'NfhOB:BN9coerolQ|b#9ze5agt~4#I8y4(1aP)4k7b_/Gk/;O+K6ZyGU3J3P0V2w');
define('LOGGED_IN_SALT', 'ms8S/4Y_a&q36Ci@&S]Ow&js&7K#3@HMPjOJmwzUG#GR:QUERF5@50G~pDr#F5cK');
define('NONCE_SALT', '0PPMl8/9Vq5h69h]3zf:JB911-o)zIjY;~zAXP1:0O6e1VrEc7PHh+i:&X/ZH;8M');


/**#@-*/

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


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