<?php

define( 'WP_CACHE', true ); // Added by WP Rocket



//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple SSL cookie settings

// 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', "a299a72d_AJS");

/** MySQL database username */
define('DB_USER', "a299a72d_ajsuser");

/** MySQL database password */
define('DB_PASSWORD', "NoesPeaNeckTerned");

/** 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', '359afd9e655a4b0a2eec605b58edd237e79fe9f8e2b2e1bba7aad2e47fb18445');
define('SECURE_AUTH_KEY', '649159f7cebbb4709a82e086d471773858cd54880d542162d37531fad1848de9');
define('LOGGED_IN_KEY', '4a32cb0a283b5aaad4e739b63c4df65758cd38645633034da3370d8bea1b10e0');
define('NONCE_KEY', '1cc83783129e72e20cc7d0a356f7c9262e400dfb9b35d70207375751ea727af9');
define('AUTH_SALT', '56646ed7ce212cbc8ce627e7caca7ba1092974ca7039d24449fdb8f6754a11b3');
define('SECURE_AUTH_SALT', '1845864a1c31c58608d08d75e5741c57b671c0ef7352a8439891b8b72dfa4c4e');
define('LOGGED_IN_SALT', 'd5c5fd26ba73bb2364622e39644e3509ca59abd5d5571be86101849585ffe6f5');
define('NONCE_SALT', 'b5a94180021cb152f7361d0774d9a38745b4149948888db68aa6f3f0f3074cf1');

/**#@-*/

/**
 * 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 = 'bWB_';
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 );
#define( 'WP_ENVIRONMENT_TYPE', 'production' );

/**
 * 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 );

define( 'WP_SITEURL', 'https://ablejan.com/' );
define( 'DUPLICATOR_AUTH_KEY', '~Iqv~MpxaG!P!9QjlVr.c9!.`T;,:o~{KbNlg0Dx]#)g5>b1#5DnfZYP12qQ;eqR' );
define( 'JETPACK_STAGING_MODE', true );
define( 'WP_CACHE_KEY_SALT', 'staging-site-6520d5e0792c5' );
define( 'RCP_DISABLE_EMAILS', true );
define( 'NEXCESS_MAPPS_STAGING_SITE', '1.44.1' );
/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', dirname(__FILE__) . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';