/** * 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', 'fjfusrmy_hpr'); /** MySQL database username */ define('DB_USER', 'fjfusrmy_up'); /** MySQL database password */ define('DB_PASSWORD', '.iQPLwZl-pT]'); /** 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', '' ); define( 'WP_MEMORY_LIMIT', '256M' ); /**#@+ * 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', '9c73d9cc9e355067189a925899e01385fbfe6c6881a1aeceb019ada0ccdcc692'); define('SECURE_AUTH_KEY', '235d519dd41dc06b25a940151880c1e54e8d157fcf2d97852f825ed23024784c'); define('LOGGED_IN_KEY', '2d06f9dc457ae5da455206cbdf7b7b2c8ae54d330565d714d0726194ebbdda2a'); define('NONCE_KEY', '6f29890a3dc1f90c9e688ae5b36c7d84b90a0f4740510a81e1b6fffeb10f9052'); define('AUTH_SALT', '10b87c51aeaae20048b399d3d18defaeef71ebf42c1a2f0d498e848b2191bd29'); define('SECURE_AUTH_SALT', '6a22b3f012b0a727d76865487b512b9886ff9ba1c777205c4046285645f5a8bb'); define('LOGGED_IN_SALT', 'cf07203a48bb151ad5aec18b888a3ab84f969ba6d3369d75c03f5786d0e0d77b'); define('NONCE_SALT', '46cbb00211206a40a18c7dcd1e064f1ff117cf49ed20b57b99ac9f2b5b931c33'); /**#@-*/ /** * 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 = 'hBG_'; 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';