/** Enable W3 Total Cache */ define('WP_CACHE', true); // Added by W3 Total Cache /** Enable W3 Total Cache */ define('WP_CACHE', true); // Added by W3 Total Cache /** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the installation. * You don't have to use the website, 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 * * ABSPATH * * @link https://wordpress.org/documentation/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', 'onelovf1_WPHCX'); /** Database username */ define('DB_USER', 'onelovf1_WPHCX'); /** Database password */ define('DB_PASSWORD', 'T^bL.TDA?_$Th(Yt$'); /** Database hostname */ define('DB_HOST', 'localhost'); /** Database charset to use in creating database tables. */ /** The database collate type. Don't change this if in doubt. */ /**#@+ * 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', '2fadf9c5a08e9de985ce90717082430e35a310594e1f7c53d2a99896ce63bc9f'); define('SECURE_AUTH_KEY', '95fbc4a71ac862264e8d2e988746d46ad22f4ab9abdd91b372a5d992f1b381b7'); define('LOGGED_IN_KEY', '942d5557de5c5e13006490d3935cbb207104b928e81c473b35a32c6f94d977c1'); define('NONCE_KEY', 'f431bc335102f087f0f959eb43eb5500ba5eacf9af81e33ca9c39d97b6e2bf47'); define('AUTH_SALT', 'c348296c24f7c1f76fbb63fa80a883ba91faece259d8cb508d4f6d3579a899cc'); define('SECURE_AUTH_SALT', '55eac312cedd73181a85eb5b1def87c39f1a379a750585c7bea0d36444c17bf3'); define('LOGGED_IN_SALT', '3f410c6be343d7e2c36e0fbdc92d8982d109dc02fa9ccca8d323d359e516051a'); define('NONCE_SALT', '4f012837664b4035e16f71dbcfdac797bffde0eb613fe0c779b9264d878c51fc'); /**#@-*/ /** * 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 = 'wpeb_'; define('WP_CRON_LOCK_TIMEOUT', 120); define('AUTOSAVE_INTERVAL', 300); define('WP_POST_REVISIONS', 20); define('EMPTY_TRASH_DAYS', 7); define('WP_AUTO_UPDATE_CORE', 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/documentation/article/debugging-in-wordpress/ */ /* Add any custom values between this line and the "stop editing" line. */ /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ // Settings modified by hosting provider define('DB_COLLATE', ''); define('DB_CHARSET', 'utf8'); define('WP_DEBUG', 0); if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';