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

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

/** Database password */
define( 'DB_PASSWORD', 'QHclQ97*8!tpWa6Z' );

/** 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', 'k0I5P:3s7O]XorSATSc8me%h&6@0h*A-6636)9@2cfJ;pn1z1U4n7YpYL-2H&qG!');
define('SECURE_AUTH_KEY', '|!61a[19Y~(7|etd2d!~)z_siC&6jeqw@-AdDHYpSf9P56C3bM;P8I1:@BE45_48');
define('LOGGED_IN_KEY', 'E[x9B5/1A~e9!ic49r0NjaR74LG0p]e#|p7zyZE4(0cQ2-Y1%PI2*&5VQ[q4pTS7');
define('NONCE_KEY', '4W&WzC-%~q(;vHYt]15oG40kTp)i3yQCFD:Ur80T09:pKo9I59k[_ooL-0iZE8vv');
define('AUTH_SALT', '&g46|ygbI|#6n/*ko1yPRxw#bS8#5(28ahC0f]qJhTQQ-++@:40s/zqC;f9JkV38');
define('SECURE_AUTH_SALT', '~Z#j[2NAS&U2G0[-V[7fs|6Nuv~@/79F2bJ+7ci:BSCxU9z*53W1d8A:]7o-T5br');
define('LOGGED_IN_SALT', ';1/%1c(8))aoLo(!GstAVR88yL+yv|;-es2h#bC30Mn:JSz8F39X88*IBBO6LKpM');
define('NONCE_SALT', '1V|t)oL|7MLF5%tqsi]OFr@(DDiulty[90owI/[]K|[WFvP9ZV|%sPrZNuK%[#+1');


/**#@-*/

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


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