File: /home/boxelikax/www/javiersanchezguitar.com/wp-config.php
<?php
//Begin Really Simple Security key
define('RSSSL_KEY', 'KjRm8dLXWXDCzC9BUQ997dksS46RoD0Orio81Mg2Rp0f3na5v6SmO8R2U9GdU9pT');
//END Really Simple Security key
define( 'WP_CACHE', true ); // Added by WP Rocket
define('WP_AUTO_UPDATE_CORE', 'minor');
/**
* 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', 'boxelikax_javisanguitar' );
/** MySQL database username */
define( 'DB_USER', 'boxelikax_javisanchezg' );
/** MySQL database password */
define( 'DB_PASSWORD', '4(KSie5A)lWh' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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', ') F>s7+<7[?1LQa2BD$u]vSEf%jzDVAxP*[L1nSJtTkU6SQCQDcNnwTxe~vX1y0@' );
define( 'SECURE_AUTH_KEY', 'U1YtmJ2>iu7Tgf/8A|dJ0,yxUwW7kN:{q3Z(NzP8mrShLV;j|f@VH_wm:_<O?Q83' );
define( 'LOGGED_IN_KEY', '&/xO5[q^]PN1O<`TaL4&1tt428eyPw@8v8fVWRnlI4GFXmEfVSEy;6Mf8N?P@nD|' );
define( 'NONCE_KEY', 'F`U=&{4p.UA+<?|Io%386{[v$~75>xtB8).7LRNb7AR@tlf&#v7 +/U.F?=BIfh(' );
define( 'AUTH_SALT', 'n}nO=z]h4VN#QOg/930P%yga62j0bnt{-Or-y!@-3x R`8-3)Hmi`&jE>Ol14>j(' );
define( 'SECURE_AUTH_SALT', '2]rg7W^@E%ZPr{#g.+(ZWGN|p&<z9oD||;?LdMM27a!:x[:Y`j9)pEc6XmqZHig#' );
define( 'LOGGED_IN_SALT', '4EHz6;k%m/HT%x<9bb~t>yWUbZy7_S07TKis#aqjrnWqQq`Z84~*8SNq}+H_i(/d' );
define( 'NONCE_SALT', 'y`jct4E74-7&L?@.(70OaRV _EWh:c-e}1=Tq21BNQjK9v9k0.l!g/`TF38~OKnR' );
/**#@-*/
/**
* 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 = 'js_';
/**
* 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';