<?php
define('DISABLE_WP_CRON', 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', 'di_wp_x9nnz' );
/** Database username */
define( 'DB_USER', 'di_wp_av2ev' );
/** Database password */
define( 'DB_PASSWORD', 'MlS&IrKs6@Y9gj3m' );
/** 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', '0FqMTN3]@T#n[5:tc/8RR4b&r(3H5gzJ006z+O5(AHvw8@(]c4g_NBB+_P&@JKNo');
define('SECURE_AUTH_KEY', ')6z]~12_S%PPn_Fj0(1w9tB;JC83UQM~b5SGR-Kh4p(0vqn45A!JdFdr3g+)nBye');
define('LOGGED_IN_KEY', 'P5uj]25:MyV7s-/9v|yT+&0;2s1o|[7p2h_0e~pQ_2S_/:-(7NaYj[s2yz;iBI@M');
define('NONCE_KEY', 'y7U12f/keX~L-K;N#tRS(D-b4YS99@i*#[g3*cQEp_K#DHSy~HbyUWT2pLT(3(86');
define('AUTH_SALT', '|+7h6O/*[*nKd_&%S+;J653y3g197[~n!24]#]An55O-D8Bm90hf7uQK&8g&tT09');
define('SECURE_AUTH_SALT', 'e0O;/6Y;c3@bb6~69~J2&[p|4(~[+48Ft*V0I3yznrS@w17ED3-!@8Blw0;NU*Oe');
define('LOGGED_IN_SALT', 'O1%QU!f;V|f2n&1DU&Z@tqaEtl9aa2Ejb8MF[5vB&]|8]+4dJn87w!X96Z7@--mX');
define('NONCE_SALT', 'NTAMr2KO/lNFBPrc/:9AA;c+@[2Sh1a2JSGTr)/|N!v9MMerjnNQ9*&%h00Kp8Sb');
/**#@-*/
/**
* 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 = 'qHbPNE4xf_';
/* 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);
define('WP_DEBUG_DISPLAY', false); // Don't show errors on frontend
}
define( 'WP_DEBUG_DISPLAY', 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';