/**
* 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_WPDRS');
/** MySQL database username */
define('DB_USER', 'raggimu1_WPDRS');
/** MySQL database password */
define('DB_PASSWORD', '=}u9p8x-WlD>R1{Tx');
/** 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', '9190cb90e0dc4fb40a7fe062f210c1f477f81f5f64e1a03ecf8b3c94c3aa326d');
define('SECURE_AUTH_KEY', '991ccc93f567e154f183f72abe373fbc9a7bb626fde20ac20d9817953bd023a2');
define('LOGGED_IN_KEY', '7acb64237ad34940095a29131b8dd56b8552b43e54c2b634e87da489ac6b4b05');
define('NONCE_KEY', 'b482be1f7f96d3665729028b35a349523073ab48d799a37a25ea2cc1676b7f9d');
define('AUTH_SALT', '6f20eed6a38608007afac681596d0e77742e754b1ec878d29081f278fa5d7240');
define('SECURE_AUTH_SALT', 'afa761ad98ef8a22146ab083fada7d48c3524cd1e91a46f6b590c2c330e17573');
define('LOGGED_IN_SALT', '568f8e40d9f2509b4d4468c7cf7b50c0147dac597c839a46173ed694e5827150');
define('NONCE_SALT', '5d016ec399e1a7954b5d8ed77f95f24c7556fd5b84987ed0326fc5fcb2c32c1e');
/**#@-*/
/**
* 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 = 'LbB_';
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';