| Server IP : 38.210.243.68 / Your IP : 172.18.0.10 Web Server : System : Linux 74da0219f010 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64 User : ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /srv/tenants/titoperu/public_html/ |
Upload File : |
<?php
define( 'WP_CACHE', false );
/**
* 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', 'titoperu_db' );
/** MySQL database username */
define( 'DB_USER', 'titoperu_user_db' );
/** MySQL database password */
define( 'DB_PASSWORD', 't1t0PeR26lll' );
/** MySQL hostname */
define( 'DB_HOST', 'mysql' );
/** 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', 'uVIs+^iH+LAV&r{>07>fLU#an@`veo|&`0ew^#=w2-Pw3`D^I-WpV.(D#+pQoPje');
define('SECURE_AUTH_KEY', 'zG~??_P^G$p`Uj!Hha/`Kz_/jx&j88y]*m@JBD8?9c4_i,kr@2u{dGYZd-@;BfXM');
define('LOGGED_IN_KEY', ':VFgjg~|/G>w.E3D%`WrXbGBDg:oju]{LMXf=RNE-hW|uMvZ@m9sms=6ECy 5bt>');
define('NONCE_KEY', '[2An/[WOQ0>|x!%K iM0Viw~DT8S[Dg.3H?kl)-q+E#|@`T$@XeG3*g-!OVSv<IX');
define('AUTH_SALT', '77K][3op,DFB3prJ!AY6;c)&tV~Jd`i:-D*4DLI%2.l9I^ipJ GdO|_U<?+V4,$J');
define('SECURE_AUTH_SALT', '?-,%d--xY2-y-MMaEXvmTd,y/^:]<J!~b%)f`2L5<n][;pvz<2j`_M#(S|LavH3R');
define('LOGGED_IN_SALT', 'q<o=+U9tr-HUPS;Qh >WEpxMk-e792u+XE<)@}_%USMpa-0<BpU^D:9+yAbgU.}F');
define('NONCE_SALT', 'RqOeg04g-+Y4&8OS~1~-,UIeKas(UHYqS+&W?e]Db_s20=<NrS4sdcX9DqYn!!C|');
/**
* 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 = 'JXNYch_';
define('WP_ALLOW_MULTISITE', false);
// Diagnostic mode: log fatal errors to wp-content/debug.log without displaying them publicly.
define( 'WP_DEBUG', false );
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', dirname( __FILE__ ) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';