File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
<?php
define( 'WP_CACHE', true ); // Added by WP Rocket
/**
* 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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'ferrprez_wp_eb6m2' );
/** Database username */
define( 'DB_USER', 'ferrprez_wp_0kn1h' );
/** Database password */
define( 'DB_PASSWORD', '!^2ju%N1id2rOx2x' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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', 'Ee3aK8cEn+a+qxf9!~e]+4@49L#awbbkb#_k47m8u|8Z%BWLHY~PCq@/bhGK!]#c');
define('SECURE_AUTH_KEY', 'z_3a;pIU74f/:s)c|oZ4+7PP|3*08dp~D6~pevM)i3~]iN3yo~2uw6+61gLo4v[T');
define('LOGGED_IN_KEY', '5dc7L!(598(1X16_)5H5AJp9Rxpi3Bw:xaguCYZR#@-zn)[E%/38gOccD3@J71|q');
define('NONCE_KEY', 'l0209L5w;)ZTu+56n3o5OEIGnN;e8Db+(gjnZ_O3h]1|j133tp7eh@v0~((-0w#j');
define('AUTH_SALT', '@):2Sd@_l5sm6RkW2/Q7!7Eg]yL3IQSiGo)bL@i5y056nZH;(8]Tg;w0a)Ec5U:%');
define('SECURE_AUTH_SALT', ']y~M#EwERQf66V0&7n0Flid|6[(iE47dP3c0i*0_%|z%(//(4n|EsuL-E%06RNTM');
define('LOGGED_IN_SALT', '4gq6*-R(24A[Wx&LU*m52r6v1Uzis_&;#3&IU/[[5:1vmU1W21c24y_rPDZL1@48');
define('NONCE_SALT', 'RQ6(&10f3LcKW21%]214ZCF*R@G*E*GMO0&]efq:0P!Oa~-F7)X(|0[u93f5)Hm)');
/**#@-*/
/**
* 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 = '9H2MW5WQq_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', 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/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
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';