HEX
Server: Apache/2
System: Linux vps.uva06 3.10.0-1160.118.1.el7.x86_64 #1 SMP Wed Apr 24 16:01:50 UTC 2024 x86_64
User: tttn (1066)
PHP: 8.1.10
Disabled: NONE
Upload Files
File: /home/tttn/domains/truyenthongtaynguyen.com/public_html/wp-config.php
<?php
define( 'WP_CACHE', false ); // 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 website, 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
 * * ABSPATH
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'tttn_db' );

/** Database username */
define( 'DB_USER', 'tttn_db' );

/** Database password */
define( 'DB_PASSWORD', '@Uva.vn2019' );

/** Database hostname */
define( 'DB_HOST', 'localhost' );

/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );

/** 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',         '`TH:Ok(-sFzvsC5Pl,86b#@T*aE}+]JIrh)7<1<siMOjJ-qm<*U=||Q =?0?X3qJ' );
define( 'SECURE_AUTH_KEY',  '2{}L3A^Vu-*3qFU-;<}0:[rG:QsS}NL;zYK`>D8XRu+e`W,L{*,,vY-uz:?/c[xi' );
define( 'LOGGED_IN_KEY',    'co7HBNc2tG`u]h)h-<*@}Jbep=tNp(cP.}g}tlFq0.lDV]T>Jq{tfuB%T =^H{:4' );
define( 'NONCE_KEY',        '-^P<1jD5K0w34)K*Mc3Mrdo|`FQX>!wfA%DIW89 Uc8xE-HGiVMNH|}g#2E<*MZ=' );
define( 'AUTH_SALT',        'Ui8oeoA(04w`(6!$*dWYchLnmY%sOr[l?r=Sd2(RKS5[+RF7KCCH5^|RSKRy:ld#' );
define( 'SECURE_AUTH_SALT', 'q[,#**:g{=3J]2w6ltvjgi|TjG! ntgUo;UL#-`q.7Y0[4]X.B|>QU:;6ePYHr]2' );
define( 'LOGGED_IN_SALT',   'X97i;6_a(B!&=#w(LNZ%`CsNtjfrS%k:eMDH_vAtV/$=s_wTY&(kr+=6DGgOs6fU' );
define( 'NONCE_SALT',       'l`[0s%HTr+Gz/<(D3Nv+M{@r6<g,[OkGCbi6&e}CTPYEu=WNSPO[sND#+XE!jdB4' );

/**#@-*/

/**
 * 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!
 *
 * At the installation time, database tables are created with the specified prefix.
 * Changing this value after WordPress is installed will make your site think
 * it has not been installed.
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
 */
$table_prefix = 'wp_';

/**
 * 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
 */
define( 'WP_DEBUG', false );

/* Add any custom values between this line and the "stop editing" line. */



/* 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';