<?php
define( 'WP_CACHE', true ); // Added by AccelerateWP

/**
 * 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', 'assetict_mo_2403' );

/** Database username */
define( 'DB_USER', 'assetict_wp_vnnbr' );

/** Database password */
define( 'DB_PASSWORD', '@N$nYc2fjcv18DHC' );

/** 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', 'L-9V~yOq1)53n(#0s2E5*BkA)JSd8/TcFdJr:rjM#e81m43K-xT9g-Ud@7N1I8]#');
define('SECURE_AUTH_KEY', 'rZH:r#%05n4[dqx9I!XvdEQ]Wb4ngC@U!p6Y&m0w1|ZZc2#0jA9B!5v6g@0oI~(a');
define('LOGGED_IN_KEY', '8)B2+V3c36J!40yAzVvi@A4)SV[4bX)B1Ke81v36qc2qtgJ5(%X@S#N[di[X4l3w');
define('NONCE_KEY', 'zt4L:)o935!Mi8thP3+DksUj3*J1E6&y5kho8--]C@lQ8W5(34bxSE8TkHp~1j6e');
define('AUTH_SALT', '([_0kh2:a%38[+d-X#16:V+7h7ZkwhExs8EN4)r)yx|a~6;+N[Fm#(CteV_6)XVc');
define('SECURE_AUTH_SALT', '4tc#*|PKSxjU#y*24;27wkjt32f3)+Y6Gq|EM4y|GHM+BW38;4|o;/@hCeKf5@vt');
define('LOGGED_IN_SALT', '-90L40(jIL3/KR4Qv(0tmO]~k1S+W_-[!u|hF%9Pma2yTC%Qg|8q(H[9gOCC1:*#');
define('NONCE_SALT', '-|53294izgPPU7SVDs~g;v|Wm|DE3(Zq|#UgVP1F72JK[09nY[8Y|f~&H5E_/Q1h');


/**#@-*/

/**
 * 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 = 'Ar5Eifuf_';


/* 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 );
	define('WP_DEBUG_LOG', 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';
