/**
* 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', 'yoursum1_WP3BJ');
/** MySQL database username */
define('DB_USER', 'yoursum1_WP3BJ');
/** MySQL database password */
define('DB_PASSWORD', 'Krxp4%rnSk>>mVi_I');
/** 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', '231886aebb5732c8f41d7a1ec49a3b2c16388293d86e895c817f75398a4392da');
define('SECURE_AUTH_KEY', '12220ce07b14a29d2fc0fdc52f4e2013be9f7151f368aa865cce1d8954adeccd');
define('LOGGED_IN_KEY', '05c26a1400bda5b16a7aca1778108d1d45b7874920869efd02a6016b2e92a431');
define('NONCE_KEY', 'f554a50ed927b8783c2ef14e08dc08d0979a63622d516a586f6231bed17b3750');
define('AUTH_SALT', 'f4f8fd9c0b85143b7d44e1db63c7e8c8a776d56a620904fca8742918086bd9c9');
define('SECURE_AUTH_SALT', '7ddad9052454ef85f3b459850aaf60fa456cf34d6ad7d512e265b27389814b11');
define('LOGGED_IN_SALT', '49b63f29f99d26325c8c3bafdb41e44ab3468d52f89cf7b61110b73e6bf5d33f');
define('NONCE_SALT', 'cca858be5a07f1bc0ce152df793f3937ba52204e2887af2339e70f6a7f7a0318');
/**#@-*/
/**
* 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 = '4Ht_';
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 );
/* 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';