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

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

/** Database password */
define( 'DB_PASSWORD', '' );

/** Database hostname */
define( 'DB_HOST', '' );

/** 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', 'Z/Nr9(C9h)|+uf%4fcE6/Z@zJtb5x%Q|4I6di86]h6#rtZCdg]s]n-e1:qWB1!q(');
define('SECURE_AUTH_KEY', '|ZS!Z9uB+cy832):)9jFb8&7Z#h7NX!F/Vo4t6x/L#&EL@R63%+HPco2T+0|@H+)');
define('LOGGED_IN_KEY', '8X]gI+L|9)b#8U5]5IBxamm[]n68Ssr40F-gyR|O-G(mii#_je6F6*U[m5U:1@2@');
define('NONCE_KEY', '~2;|33tT]2SMy4Wt!t2j)zb;t62r1%+107vg]F5&GDm+_nk57r1-;2EU[m@1rc2_');
define('AUTH_SALT', '3)bKWk+:9N0]6yfw+3p8s#6W];%56n90iL2K5:u0NbyL2qA#OT)6h8Rc0sL+6/xj');
define('SECURE_AUTH_SALT', '82iLWB8546UL2~#Q7pK_]QOQe_Gadf1*47F!P|)7i/VE5((0pe*5M678P/)m4GnT');
define('LOGGED_IN_SALT', '|):TU6b:+4G]V7]nw!xS(:mK619!Sn-/m76c+0K[*X:j@538Jg[#32759Pm~S-4:');
define('NONCE_SALT', 'RUiNJ+C#brSS1h3V*N76Nw;C7k87+H3s:BrLN_W;am45qBPA6-ix_g[6-Pw(XR:P');


/**#@-*/

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


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