define( 'WP_CACHE', true ); // Added by WP Rocket /** * 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: * * * MySQL settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://wordpress.org/support/article/editing-wp-config-php/ * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'raggimu1_WPN6O'); /** MySQL database username */ define('DB_USER', 'raggimu1_WPN6O'); /** MySQL database password */ define('DB_PASSWORD', '^%>:F6:3pVT$fuj4v'); /** MySQL hostname */ define('DB_HOST', 'localhost'); /** 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', '48614c79f604a5b553b66ef05d92de20548d3a0bbe3fd914006c918725d7ef8a'); define('SECURE_AUTH_KEY', 'd893afe497dd2eef4c26d41adf96be0e2bb5a7a81170d8592ad80f9cceb0f86f'); define('LOGGED_IN_KEY', 'c77d464eecdf417f0f4ecfe45d8a41ebd011ecf94c85443cc908f33cd9398ab3'); define('NONCE_KEY', '375a7ff8565c5f8a3406cb0e426013e3d0468bc0decf79529e3ee2cae198484a'); define('AUTH_SALT', 'd02553ce64acc3eacd35c7960b798b3ed4dee77677b7106dba9732b7d2849326'); define('SECURE_AUTH_SALT', '9d21131c4a8b6d3c0c82cb04e9ab660e319279f36a557b6fe70ee3d4745603ca'); define('LOGGED_IN_SALT', '5add3db9494c1ce1e323566dfb2730ab682494e097031d0cdf5337b87d9e8f2e'); define('NONCE_SALT', 'cb6f8ed063bd01afe4de4e108877841b160f38d4bc32325714c44f13257fdb95'); /**#@-*/ /** * 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 = 'JbP_'; define('WP_CRON_LOCK_TIMEOUT', 120); define('AUTOSAVE_INTERVAL', 300); define('WP_POST_REVISIONS', 5); 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/support/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', false ); /* 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. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';