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
// BEGIN iThemes Security - Do not modify or remove this line
// iThemes Security Config Details: 2
define( 'DISALLOW_FILE_EDIT', true ); // Disable File Editor - Security > Settings > WordPress Tweaks > File Editor
// END iThemes Security - Do not modify or remove this line
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', 'pabloaso_wp_coach' );
/** Database username */
define( 'DB_USER', 'pabloaso_bd' );
/** Database password */
define( 'DB_PASSWORD', 'U7wK?Khpz$M1%nB4' );
/** 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', '53-3+/BlHrV80+2R8wo(j/Bc9&_O*6%R5@%oiD(|m6yeVA8q#yx_J@V+*&2gzT7b');
define('SECURE_AUTH_KEY', '&u6%5/_a90cF(7y9**0||C&8Hi3BU&p+66Ig7j1(L1U038(fCIInte2fdKL2p22C');
define('LOGGED_IN_KEY', 't!vf:_p6+BpBBN2yt0D!%B5BLM~G%Zgb33yD58%]ZLi2]6[:sAx#Sg1nJV|9ww%X');
define('NONCE_KEY', '6G_QgY]*hvZl24rR~*9P#(/cL-V#a]A4&%27R2!-;y7[&)lB~Ty28k1VA;ZL2b_n');
define('AUTH_SALT', 'Mn4LU8_%n@a06j8A_QoVzH+eUeW]pKqh6EBAtXq(6)[33&Z3N&I)9uY(ZH_M+c9d');
define('SECURE_AUTH_SALT', '#m&)9zp1/:2t(UuWxGWCa310J&Ex/P2_@jz/|K1hl:2155drxIg1H]98DZ4JD0Hx');
define('LOGGED_IN_SALT', 'FO@I[ZBz&ja:aW%xn0;&:f[w/MSQo3m9541OgGHyLQz2-Y6HD~EgS1W4PXNx:iw2');
define('NONCE_SALT', 'K@0QKu0S2vlXJd/54Ge~5w]t0!91_#:d[/wE&]a[6Lrc#4k;G7s#K4y7pxPPTTG-');
/**#@-*/
/**
* 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 = '511wMkpKJ_';
/* 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';
