File: /home/lupedearena/www/wp-config.php
<?php
/**
* 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://codex.wordpress.org/Editing_wp-config.php
*
* @package WordPress
*/
// ** MySQL settings ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'lupedear_wp' );
/** MySQL database username */
define( 'DB_USER', 'lupedear_wp' );
/** MySQL database password */
define( 'DB_PASSWORD', 'Ru0vsHPnH3qB' );
/** 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', 'yBe-{GD:O]{TuoKjL3}rwCG8N8dY$Xt{T$<D1cac*{?A!fW;MQ06M:7$}$eCu)7.' );
define( 'SECURE_AUTH_KEY', '[*}Ny;;5Ghd1{53/AQn^!T?,|NL,/x#yjyAr`VsK4/2Z3~!{1FK>&IGKshk;K-s;' );
define( 'LOGGED_IN_KEY', 'Cbj<0mr,t5Fp/rY@C]d2u9 :Ri1K&zWOgPt+7fDSKkauN[?uJ,Oe{0ntj6%WoqwM' );
define( 'NONCE_KEY', 'BwCknu2oUl&Y)F/3>u0})/awZX0Ap6#mo/XgERhciX`83m]bh(7+qSorf!iVq$6e' );
define( 'AUTH_SALT', '(eECgIllhccm;=8aM]Q?>$W ;;Xeb*<4dXUjh=O@Xs0./%|oCGs0v?l<U5^%x&[Q' );
define( 'SECURE_AUTH_SALT', 'g}@^5tu.TT{q)y+86@RTsrPK!@`-Qa 7yOr{.8yzgmC?N=xuM#n`>A14&!>7>,f0' );
define( 'LOGGED_IN_SALT', 'W_hO1}9*@S4G| /Zw|(*0s-{RkG-[{rg)ju-v~((yM:1D%s!tGKL^1Uv~F!B&@y4' );
define( 'NONCE_SALT', 'kXSSGQ(%Moc*<E^,BI=Mo#@tcjU_jB{ [fyJe,(+XTQRs-o^adAd^l;;6_cPmja+' );
define( 'WP_CACHE_KEY_SALT', '*+e`%23O8N6UuF!;Q{XL0tKybmFL2ZTYZdnQ35aL./ !f_/R9~}D%><;[a>rf{f$' );
/**
* 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_';
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) )
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';