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

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

/** Database password */
define( 'DB_PASSWORD', 'mafgt@98fh$%*565966' );

/** 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',          'f#xx=twbw6NYU<}4_O!!SR,*4|Gg1rqUl,b^g)VEWRwlXrgDi-F-w42EN4akOKl7' );
define( 'SECURE_AUTH_KEY',   '9p}RCv)}LwTz8=`R-y9Mw8d]H4U*Yr$D:$TP@S&|tu{><)FdGxNCot}ajzq(PhxW' );
define( 'LOGGED_IN_KEY',     'nBT)Hv7$L__re&}(JtPS{Pcb,qO4NFx1d*V4DtyM,1Y<s8`Ex4QDC@w,Z$];|WVR' );
define( 'NONCE_KEY',         'e7nzR4xi:~~zB5#I|r93s<Ru@rQG$~`y?iO>y/<0H?F]f4*gY/$K`Mcc{pK`dXnZ' );
define( 'AUTH_SALT',         'y$fywz7Il|I_0>!X,X+JC.&zpFN7X_FyynF[go0~kQn&Wkm)^87#7~o~rGSK>-e ' );
define( 'SECURE_AUTH_SALT',  ';rT^J4FcPZ`wQF4WWT[o(_M^~Dkk_v,j!.x2fW(z(!e,i>zrDa?6>+*5]QCC?#(O' );
define( 'LOGGED_IN_SALT',    'rf8ryCdZ547hlzfSkZ+L%6[ot,opyE:7a&6f(<?2]L#bjq15K~uCc?J.kG(-:2#z' );
define( 'NONCE_SALT',        'RdHBpv:O=nMaWK#YFP0*enq7oa:(SbUT!03)C|!UoS8C[%XWAX=Cq3V:BI]!>fCa' );
define( 'WP_CACHE_KEY_SALT', 'L>!TCiFN,?r!S%uw%DQBycR7h*Yr-2R?kZ{zv-w*:}E/G%KXiX]9]+[PQ~PXTlvX' );


/**#@-*/

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



define( 'WP_HOME', 'https://blueeyes-tek.com' );
define( 'WP_SITEURL', 'https://blueeyes-tek.com' );
define( 'FORCE_SSL_ADMIN', true );

/* Add any custom values between this line and the "stop editing" line. */



/**
 * 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 );
}

define( 'DISABLE_WP_CRON', true );
define( 'WP_POST_REVISIONS', 5 );
define( 'COMPRESS_CSS', true );
/* 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';
