define( 'WP_CACHE', true ); 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', 'mehuinnovations_wp_zzw7b' ); /** Database username */ define( 'DB_USER', 'mehuinnovations_wp_yohj0' ); /** Database password */ define( 'DB_PASSWORD', 'oX0$cav~08CO7?a%' ); /** 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', '~GRS+8vD5T2J56sn8(X1*9+s00P&|rri+]/L-W/I~61PD4pRDBQ8]1T7%M2023T4'); define('SECURE_AUTH_KEY', 'V409u;VkbndmM43p/vy;ggB2r36oJf!E3-[P7#yJV9PpOD/H6G7+G4)|nk#;GYW1'); define('LOGGED_IN_KEY', 'SA#3@zSF/cb&wF_14#K/6@~7AN2gI8y9~2u4g/8rM8M*9+lFEJ25oA(*93D]f/:j'); define('NONCE_KEY', 'm-@/I!uJ[]na6&gJ4~h:M4u[C9:vz~4S642658l+vGR6U2!sp|t:o56R4sx%@10:'); define('AUTH_SALT', '#j7u1UGL[!8J!nw9&j(*5F0z8GJqm9hElpFj0Z84[7Te58#T]BQG:8Hro4!i2*Qk'); define('SECURE_AUTH_SALT', '85pk4f/yWl3@(|r@K9SZC!9[qRo22Gr[jvLKT1+/g;2-hM];7dQ;i3dU55FZ4jg4'); define('LOGGED_IN_SALT', 'L94C42#873R1f6&sR|U84~NtV!6-7_0sqHO3@-0~9&HpX0pB@*fZ(|7X)|)Av&3['); define('NONCE_SALT', 'MlQLbZT@_GQP598_7IdT8&Zotm2wV0Go+7~bZ+&Vnl0955wa2JDqaH0&@7j-0Z69'); /**#@-*/ /** * 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 = 'PvxMJ7W_'; /* 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( 'DISALLOW_FILE_EDIT', true ); define( 'CONCATENATE_SCRIPTS', 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';