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 ** //
define( 'DB_NAME', 'seccionv_wp_sefzn' );
define( 'DB_USER', 'seccionv_wp_vf4zj' );
define( 'DB_PASSWORD', 'JgcUt73w!0wbRlQ^' );
define( 'DB_HOST', 'localhost:3306' );
define( 'DB_CHARSET', 'utf8' );
define( 'DB_COLLATE', '' );
/**#@+
* Authentication unique keys and salts.
* Cambia "your_unique_key_here" por claves aleatorias (https://api.wordpress.org/secret-key/1.1/salt/)
*/
define('AUTH_KEY', 'your_unique_key_here');
define('SECURE_AUTH_KEY', 'your_unique_key_here');
define('LOGGED_IN_KEY', 'your_unique_key_here');
define('NONCE_KEY', 'your_unique_key_here');
define('AUTH_SALT', 'your_unique_key_here');
define('SECURE_AUTH_SALT', 'your_unique_key_here');
define('LOGGED_IN_SALT', 'your_unique_key_here');
define('NONCE_SALT', 'your_unique_key_here');
/**#@-*/
/** WordPress database table prefix. */
$table_prefix = 'NMZ1s7qB_';
/* Add any custom values between this line and the "stop editing" line. */
define( 'WP_ALLOW_MULTISITE', true );
define( 'WP_MEMORY_LIMIT', '512M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
set_time_limit(300);
/**
* DEBUGGING MODE
*
* WP_DEBUG: muestra los errores en un log en /wp-content/debug.log (no en pantalla).
*/
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
/* 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';
