| Server IP : 222.255.215.57 / Your IP : 216.73.216.197 Web Server : LiteSpeed System : Linux vps.luachonnhanh.com-nkxi 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64 User : holycarewpvn ( 1006) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/local/lsws/holycare.vn/html/ |
Upload File : |
<?php
/**
* 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
* * 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', 'holycarevn_tXuI4JYzscnqxhIvjf_dbname' );
/** Database username */
define( 'DB_USER', 'holycarevn_tXuI4JYzscnqxhIvjf_username' );
/** Database password */
define( 'DB_PASSWORD', 'SRfotDUui9u2Yto5PqlChsIaFfdNXWdkDSWH' );
/** 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', 'z,IqzQH:M1-O@qv4W<|P)Ti{VQ(mAZH$K_-[bHT4*%yAp-oh1pE%MV/2pf$F9srI');
define('SECURE_AUTH_KEY', 'RZWuL-};+NA,M,XKPlYBBN_{5&NYdlqbvh0eCeF0#M(5xYcuOt+0#P.1R[_6`MFC');
define('LOGGED_IN_KEY', 'ex|+C<+9~#.x|ejAPH1%J*<#C*wTxjWBq.f!S?c<Bj&uO^ChkH$%z.pI%D/ST-Sm');
define('NONCE_KEY', 'g[~]Z QASFWjFTv&7g-LZa1S-Yi),Tl_41+|_u;V14v3(~*Vo1Z-Mg#{ WvZk8x<');
define('AUTH_SALT', 'a:+$K$I,1H|D)J`+[6>.UxA^GEln{{y.bUC0OBfh9&#hH=q `j*bd;+n&qQIp+76');
define('SECURE_AUTH_SALT', '-].-,:I)H3UKdY]0Ad)67+gn{oMeAOe1{|LrK[<WtD$>wFVg!U!,h+/ZKN`F%-SW');
define('LOGGED_IN_SALT', '05-BWi/4%YCqi?@y4lpsj[3#]KW/m%)sVjFdHn0+C|:]05+/+G.D?` EL55cTX: ');
define('NONCE_SALT', 'u)3ti5+L`R!hSr?5eWrAflI:9B>kSF}Z8Xkdri,25B4:(Oz,Yb_}2LF,mOZ mCYG');
/**#@-*/
/**
* 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 = 'hl85_';
/**
* 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/
*/
define( 'WP_DEBUG', false );
define('DISALLOW_FILE_EDIT', false);
define('DISALLOW_FILE_MODS', 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';