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', 'homelifetraders_wp_hqrpp' ); /** Database username */ define( 'DB_USER', 'homelifetraders_wp_rubi4' ); /** Database password */ define( 'DB_PASSWORD', 'V588kFv!$jV!sucS' ); /** 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', 'LySr463;5gcNYXz7+s5mUDdk|6%6C728*rty#_D7@NDmSu)2N6;*g9LI%B46ar]W'); define('SECURE_AUTH_KEY', 'B48/89*eclFh%*U9bjA)H)X]L1WAZnmo0U&3rJ6mzM*&x;GzkSn4A6bbq8*0C@07'); define('LOGGED_IN_KEY', 's7c7@%kpOag8)I79/#jNIIK_B_)i6QcJV5E7s2jiBPBf4K(~tM9x(NLf*i)nO16o'); define('NONCE_KEY', '+W7J+(i!w3VP5+;/J%QaI21vbeLaXu%8ou[ZSOYj~+8G:rU%~%859]d6v3e24h(7'); define('AUTH_SALT', '757iq116w6Fhkfd68&N70ZfE14S~tu5%-bMIi_fY/99*KXmM@Vzq%S#/3:6C6R08'); define('SECURE_AUTH_SALT', '/!58zE;7&92Y1df#DoO*#-/61XTJ9A2PP!dAQ2qzL]mH1+%p)7md5%xO43o1&tT0'); define('LOGGED_IN_SALT', '1;88LM|;p:86O43TL6h#[cgKb-|*OMd:[:2oHPT44qQ#mtK-wh:+G/W43!HS%d5n'); define('NONCE_SALT', 'w;tH&)IXo[8%8d[[3|OnL5oIN9~6w!NDZ%UK%R2!~wm391AB7T09FW0(Ey#W!K~S'); /**#@-*/ /** * 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 = '8C9A7p4TK_'; /* 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';