/**
* 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_WPXM8" );
/** MySQL database username */
define( 'DB_USER', "raggimu1_WPXM8" );
/** MySQL database password */
define( 'DB_PASSWORD', "9nyG48b@KO.j.3k@5" );
/** 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('DISALLOW_FILE_EDIT', true);
/**#@+
* 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', 'pR5m!m[/mhAobAdk=k/6vR&T/B^+j&<^$N~,GS>}0ARb>J]Mt-*( `Pgck}J rG4');
define('SECURE_AUTH_KEY', 'jp 0Y@WMm*m|R/MbX7N|up.|{Bp?hde?e!-)$XH_*sQ,,r6D?k>y{-cga!g]sizZ');
define('LOGGED_IN_KEY', 'U P|jJ{qG-k#D|g0VLp=5BH8:Bqp2s3V^?:43,Na*%gN?K|tR+Dp:buKjzlv_[6C');
define('NONCE_KEY', '|hu}5P|o|m0X6]|>oDjnqa;pf >?ijc{1zvQ2Noc`K|+1||xg!jtsP&+; ,fi1v{');
define('AUTH_SALT', 'U?A?6Rq9Vl=c[iT4: 6)?JT]Md|:oXBSy`M(.dj6=p>/`X}x3l)Q73j`;PY.OBoL');
define('SECURE_AUTH_SALT', 'N8C}Bz/U[98VU{OZ]~iN%|Ad|Hu+N3CagR7o+6pol#x@U]bIvl}AA#;8s18{DH|n');
define('LOGGED_IN_SALT', '6OgqeXXWqh+9$B!]S}bpmWDC+}N7@a}X+`K`-uhWRNY p{!.~kH`((z2atPS6W#C');
define('NONCE_SALT', 'f+A6&ToOX|4M})lHkYk*t>=Cy:zic-B{rXfx-p0Ok5lv`$$P*yZqLj#`hh40H$8?');
/**#@-*/
/**
* 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 = 'wp_';
/**
* 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_CACHE', true );
define('WPLANG', '');
define( 'AUTOSAVE_INTERVAL', 300 );
define( 'WP_POST_REVISIONS', 5 );
define( 'EMPTY_TRASH_DAYS', 7 );
define( 'WP_CRON_LOCK_TIMEOUT', 120 );
/* 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';